We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda880e commit 7661a34Copy full SHA for 7661a34
1 file changed
README.md
@@ -45,19 +45,11 @@ A package manager can be used to install `nvim-scrollview`.
45
* [NeoBundle][neobundle]:
46
- Add `NeoBundle 'dstein64/nvim-scrollview'` to `~/.config/nvim/init.vim`
47
- 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
- ```
58
* [packer.nvim][packer]:
59
- Add `use 'dstein64/nvim-scrollview'` to the packer startup function
60
- `:PackerInstall`
+* [lazy.nvim][lazy]:
+ - Add a plugin spec: { 'dstein64/nvim-scrollview', opts = { ... } }
61
62
</details>
63
0 commit comments