Closed
Description
Hi, based on @matklad comment #769 (comment) I tried replacing rls with rust-analyzed.
I use neovim with LanguageClient-neovim
let g:LanguageClient_serverCommands = {
\ 'rust': ['~/.cargo/bin/ra_lsp_server'],
\ 'python': ['~/.local/bin/pyls'],
\ }
But it seems that almost nothing works - navigate to definition, show documentation, etc. Only some local completion. When I try jumping to definition I get autozimu/LanguageClient-neovim#808, other actions just give me [LC] Not found!
error.
I hope I misconfigured something. Please help.
Metadata
Metadata
Assignees
Labels
No labels