diff options
author | Aleksey Kladov <[email protected]> | 2020-03-09 11:31:23 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-03-09 11:31:23 +0000 |
commit | 3e8599778f5d2305ffce865882e8185905fe7525 (patch) | |
tree | 579153031652fc57bc0a90ed8afb1cf06f4f8d95 | |
parent | 400972b01314b57ad01e84b927ee9a51c77e9a61 (diff) |
Fix quotes
closes #3501
-rw-r--r-- | docs/user/readme.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/readme.adoc b/docs/user/readme.adoc index e5843ed70..4e99dd0a6 100644 --- a/docs/user/readme.adoc +++ b/docs/user/readme.adoc | |||
@@ -141,7 +141,7 @@ let g:LanguageClient_serverCommands = { | |||
141 | 141 | ||
142 | NeoVim 0.5 (not yet released) has built-in language server support. | 142 | NeoVim 0.5 (not yet released) has built-in language server support. |
143 | For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lsp#rust_analyzer[neovim/nvim-lsp]. | 143 | For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lsp#rust_analyzer[neovim/nvim-lsp]. |
144 | Once `neovim/nvim-lsp` is installed, use `lua require'nvim_lsp'.rust_analyzer.setup({})` in your `init.vim`. | 144 | Once `neovim/nvim-lsp` is installed, use `+lua require'nvim_lsp'.rust_analyzer.setup({})+` in your `init.vim`. |
145 | 145 | ||
146 | === Sublime Text 3 | 146 | === Sublime Text 3 |
147 | 147 | ||