Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit 7c3f907

Browse files
authored
fix minor typo (#4)
Plugins with `"` don't seem to work using `'` fixes it
1 parent 1497330 commit 7c3f907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requires Built-in LSP, [Neovim Nightly](https://github.com/neovim/neovim/release
88

99
```vimscript
1010
" LSP Extensions (inlay-hints)
11-
Plug "tjdevries/lsp_extensions.nvim"
11+
Plug 'tjdevries/lsp_extensions.nvim'
1212
```
1313

1414
## Inlay Hints (rust-analyzer)

0 commit comments

Comments
 (0)