Skip to content

Commit c48eed9

Browse files
committed
docs: mention vim.pack
1 parent b5beb7f commit c48eed9

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343

4444
### Install
4545

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+
4655
* Using [lazy.nvim](https://github.com/folke/lazy.nvim)
4756

4857
```lua
@@ -60,12 +69,6 @@ return {
6069
}
6170
```
6271

63-
* Using [packer.nvim](https://github.com/wbthomason/packer.nvim)
64-
65-
```lua
66-
use { 'davidgranstrom/scnvim' }
67-
```
68-
6972
* Using [vim-plug](https://github.com/junegunn/vim-plug)
7073

7174
```vim

0 commit comments

Comments
 (0)