aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorAshkan Kiani <[email protected]>2019-11-23 09:58:13 +0000
committerGitHub <[email protected]>2019-11-23 09:58:13 +0000
commit8d02df93d7ff7cc30a3574d05c7f22b877ebfd67 (patch)
tree8327c6b7e6c03cb53abbd29e664072ccc897eeb2 /docs/user
parent9da07a07eb8ced772082a136b2ac07eea1df4a2e (diff)
Add note about neovim's built in language server
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index bfb190449..f3fdac319 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -132,6 +132,11 @@ to load path and require it in `init.el`
132 132
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
136rust-analyzer, use [neovim/nvim-lsp](https://github.com/neovim/nvim-lsp).
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.
139
135* Install coc.nvim by following the instructions at [coc.nvim] 140* Install coc.nvim by following the instructions at [coc.nvim]
136 - You will need nodejs installed. 141 - You will need nodejs installed.
137 - You may want to include some of the sample vim configurations [from here][coc-vim-conf] 142 - You may want to include some of the sample vim configurations [from here][coc-vim-conf]