We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0f3bfb + 56b30eb commit 3011771Copy full SHA for 3011771
1 file changed
README.md
@@ -2,6 +2,8 @@
2
3
**Cheaty.nvim** allows you to create a configurable pop-up cheatsheet!
4
5
+---
6
+
7
## Installation
8
9
### vim.pack
@@ -12,6 +14,17 @@ vim.pack.add({
12
14
})
13
15
```
16
17
+### lazy.nvim
18
19
+```lua
20
+{
21
+ "stikypiston/cheaty.nvim",
22
+ opts = {},
23
+}
24
+```
25
26
27
28
## Configuration
29
30
You can write your cheatsheet in **Markdown**, to have some nice formatting.
@@ -30,4 +43,4 @@ require("cheaty").setup({
43
31
44
32
45
33
-To invoke the cheatsheet, just run `:Cheaty`
46
+To invoke the cheatsheet, just run `:Cheaty`.
0 commit comments