mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +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
|
## Vim and NeoVim
|
||||||
|
|
||||||
Neovim 0.5 has a built in language server. For a quick start configuration of
|
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", {})`
|
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.
|
or `lua require'nvim_lsp'.rust_analyzer.setup({})` to quickly get set up.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue