We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c2c69 commit a68a138Copy full SHA for a68a138
1 file changed
README.md
@@ -3,7 +3,26 @@
3
4
<img src="./img/demo.gif" width="650">
5
6
+## Installation
7
+
8
packer:
9
```
10
use('jakebark/notes.nvim')
11
12
+vim plug:
13
+```
14
+use('jakebark/notes.nvim')
15
16
+lazy:
17
18
+{
19
+ 'jakebark/notes.nvim',
20
+ config = function() require("notes") end,
21
+}
22
23
+manual:
24
25
+git clone https://github.com/jakebark/notes.nvim.git ~/.local/share/nvim/site/pack/notes/start/notes.nvim
26
27
28
0 commit comments