Skip to content

Commit 7661a34

Browse files
committed
Simplify the lazy.nvim example
1 parent cda880e commit 7661a34

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,11 @@ 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-
```
5848
* [packer.nvim][packer]:
5949
- Add `use 'dstein64/nvim-scrollview'` to the packer startup function
6050
- `:PackerInstall`
51+
* [lazy.nvim][lazy]:
52+
- Add a plugin spec: { 'dstein64/nvim-scrollview', opts = { ... } }
6153

6254
</details>
6355

0 commit comments

Comments
 (0)