mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
docs: Update Neovim nvim-lspconfig repository link
This commit is contained in:
parent
173e971e82
commit
e6419350de
1 changed files with 2 additions and 2 deletions
|
@ -239,8 +239,8 @@ let g:ale_linters = {'rust': ['analyzer']}
|
|||
==== nvim-lsp
|
||||
|
||||
NeoVim 0.5 (not yet released) has built-in language server support.
|
||||
For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lsp#rust_analyzer[neovim/nvim-lsp].
|
||||
Once `neovim/nvim-lsp` is installed, use `+lua require'nvim_lsp'.rust_analyzer.setup({})+` in your `init.vim`.
|
||||
For a quick start configuration of rust-analyzer, use https://github.com/neovim/nvim-lspconfig#rust_analyzer[neovim/nvim-lspconfig].
|
||||
Once `neovim/nvim-lspconfig` is installed, use `+lua require'nvim_lsp'.rust_analyzer.setup({})+` in your `init.vim`.
|
||||
|
||||
=== Sublime Text 3
|
||||
|
||||
|
|
Loading…
Reference in a new issue