Skip to content

Commit cda880e

Browse files
authored
Merge pull request #157 from mwinters0/mwinters0-lazy
Add installation instructions for lazy.nvim
2 parents 316c37c + 3ff82d3 commit cda880e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ A package manager can be used to install `nvim-scrollview`.
4545
* [NeoBundle][neobundle]:
4646
- Add `NeoBundle 'dstein64/nvim-scrollview'` to `~/.config/nvim/init.vim`
4747
- Re-open Neovim or execute `:source ~/.config/nvim/init.vim`
48+
* [lazy][lazy]:
49+
```lua
50+
{
51+
'dstein64/nvim-scrollview',
52+
opts = {
53+
-- Your options here
54+
visibility = 'always' -- example!
55+
},
56+
}
57+
```
4858
* [packer.nvim][packer]:
4959
- Add `use 'dstein64/nvim-scrollview'` to the packer startup function
5060
- `:PackerInstall`
@@ -202,6 +212,7 @@ See [LICENSE](LICENSE).
202212
[dein]: https://github.com/Shougo/dein.vim
203213
[gitsigns.nvim]: https://github.com/lewis6991/gitsigns.nvim
204214
[gitsigns_example]: https://gist.github.com/dstein64/b5d9431ebeacae1fb963efc3f2c94cf4
215+
[lazy]: https://github.com/folke/lazy.nvim
205216
[neobundle]: https://github.com/Shougo/neobundle.vim
206217
[packer]: https://github.com/wbthomason/packer.nvim
207218
[pathogen]: https://github.com/tpope/vim-pathogen

0 commit comments

Comments
 (0)