File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments