mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
updating nvim_lsp usage for rust_analyzer
This commit is contained in:
parent
d92a15c163
commit
53fd24a6d3
1 changed files with 1 additions and 2 deletions
|
@ -173,8 +173,7 @@ let g:LanguageClient_serverCommands = {
|
|||
|
||||
NeoVim 0.5 (not yet released) has built in language server support. 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.
|
||||
Once `neovim/nvim-lsp` is installed, use `lua require'nvim_lsp'.rust_analyzer.setup({})` in your `init.vim`.
|
||||
|
||||
|
||||
## Sublime Text 3
|
||||
|
|
Loading…
Reference in a new issue