mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix url to point to rust_analyzer specifically
This commit is contained in:
parent
8d02df93d7
commit
ebdde64287
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ 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, 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue