Skip to content

LocationLink not working #848

Closed
Closed
@ngortheone

Description

@ngortheone

LocationLinks still do not work even after 6ee4c89

  • Did you upgrade to latest plugin version? - Yes
  • Did you upgrade to/compile latest binary?
./languageclient --version
languageclient 0.1.146 f3b2210c19b8ae4186ef66abfd75fd8f0323e955
  • (Neovim users only) Did you check output of :checkhealth LanguageClient?
health#LanguageClient#check
========================================================================
  - OK: binary found: /home/ngor/.nvim/plugged/LanguageClient-neovim/bin/languageclient
  - OK: languageclient 0.1.146 f3b2210c19b8ae4186ef66abfd75fd8f0323e955
  - OK: Floating window is supported and will be used for hover

Environment

  • Minimal vimrc content:
let g:LanguageClient_serverCommands = {
   \ 'rust': ['~/.cargo/bin/ra_lsp_server'],
   \ }

The issue is discussed here
rust-lang/rust-analyzer#1474

To Reproduce

Open any rust code and try jumping to definition or getting symbol's documentation

Current behavior

[LC] Not found! or just silence

Expected behavior

Jumping to definition and showing documentation

I am interested in helping, but I need some initial hand-holding/directions to get started. I am struggling to come up with a productive dev-testing setup. Any advice is appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions