mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Add note about neovim's built in language server
This commit is contained in:
parent
9da07a07eb
commit
8d02df93d7
1 changed files with 5 additions and 0 deletions
|
@ -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).
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue