Skip to content

Commit 53fd24a

Browse files
committed
updating nvim_lsp usage for rust_analyzer
1 parent d92a15c commit 53fd24a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/user/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ let g:LanguageClient_serverCommands = {
173173

174174
NeoVim 0.5 (not yet released) has built in language server support. For a quick start configuration
175175
of rust-analyzer, use [neovim/nvim-lsp](https://github.com/neovim/nvim-lsp#rust_analyzer).
176-
Once `neovim/nvim-lsp` is installed, you can use `call nvim_lsp#setup("rust_analyzer", {})`
177-
or `lua require'nvim_lsp'.rust_analyzer.setup({})` to quickly get set up.
176+
Once `neovim/nvim-lsp` is installed, use `lua require'nvim_lsp'.rust_analyzer.setup({})` in your `init.vim`.
178177

179178

180179
## Sublime Text 3

0 commit comments

Comments
 (0)