Skip to content

Commit ffa674a

Browse files
committed
Add backticks around the plugin spec
1 parent 7661a34 commit ffa674a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A package manager can be used to install `nvim-scrollview`.
4949
- Add `use 'dstein64/nvim-scrollview'` to the packer startup function
5050
- `:PackerInstall`
5151
* [lazy.nvim][lazy]:
52-
- Add a plugin spec: { 'dstein64/nvim-scrollview', opts = { ... } }
52+
- Add a plugin spec: `{ 'dstein64/nvim-scrollview', opts = { ... } }`
5353

5454
</details>
5555

0 commit comments

Comments
 (0)