diff --git a/docs/user/README.md b/docs/user/README.md index bfb19044924f..913ecea18db0 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -132,6 +132,11 @@ to load path and require it in `init.el` ## Vim and NeoVim +Neovim 0.5 has a built in language server. For a quick start configuration of +rust-analyzer, use [neovim/nvim-lsp](https://github.com/neovim/nvim-lsp#rust_analyzer). +Once `neovim/nvim-lsp` is installed, you can use `call nvim_lsp#setup("rust_analyzer", {})` +or `lua require'nvim_lsp'.rust_analyzer.setup({})` to quickly get set up. + * Install coc.nvim by following the instructions at [coc.nvim] - You will need nodejs installed. - You may want to include some of the sample vim configurations [from here][coc-vim-conf]