aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/user/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index f3fdac319..913ecea18 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -133,7 +133,7 @@ to load path and require it in `init.el`
133## Vim and NeoVim 133## Vim and NeoVim
134 134
135Neovim 0.5 has a built in language server. For a quick start configuration of 135Neovim 0.5 has a built in language server. For a quick start configuration of
136rust-analyzer, use [neovim/nvim-lsp](https://github.com/neovim/nvim-lsp). 136rust-analyzer, use [neovim/nvim-lsp](https://github.com/neovim/nvim-lsp#rust_analyzer).
137Once `neovim/nvim-lsp` is installed, you can use `call nvim_lsp#setup("rust_analyzer", {})` 137Once `neovim/nvim-lsp` is installed, you can use `call nvim_lsp#setup("rust_analyzer", {})`
138or `lua require'nvim_lsp'.rust_analyzer.setup({})` to quickly get set up. 138or `lua require'nvim_lsp'.rust_analyzer.setup({})` to quickly get set up.
139 139