We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5beb7f commit c48eed9Copy full SHA for c48eed9
1 file changed
README.md
@@ -43,6 +43,15 @@
43
44
### Install
45
46
+* Using [vim.pack](https://neovim.io/doc/user/pack/#vim.pack)
47
+
48
+```lua
49
+vim.pack.add({'https://github.com/davidgranstrom/scnvim'})
50
+require('scnvim').setup{
51
+ -- config
52
+}
53
+```
54
55
* Using [lazy.nvim](https://github.com/folke/lazy.nvim)
56
57
```lua
@@ -60,12 +69,6 @@ return {
60
69
}
61
70
```
62
71
63
-* Using [packer.nvim](https://github.com/wbthomason/packer.nvim)
64
-
65
-```lua
66
-use { 'davidgranstrom/scnvim' }
67
-```
68
72
* Using [vim-plug](https://github.com/junegunn/vim-plug)
73
74
```vim
0 commit comments