Skip to content

integration with LanguageClient-neovim #1474

Closed
@ngortheone

Description

@ngortheone

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions