LanguageClient-neovim
LanguageClient-neovim copied to clipboard
Language Server Protocol (LSP) support for vim and neovim.
## Describe the bug If the current buffer isn't saved, and not open in another split, `LanguageClient#textDocument_definition()` is unable to load the file with the definition - which I suppose...
- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. `languageclient 0.1.161` - (Neovim...
- Did you upgrade to latest plugin version? **Yes** - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. **Yes. I do run...
- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. 0.1.161 - (Neovim users...
This feature would be really useful for jumping back to where you came from, when you do multiple jumps and browse around in various files. Just a note, `C-]`which pops...
## Describe the bug If the server doesn't provide `serverInfo` in `InitializeResult`, the plugin will send an empty array instead of the `initializationOptions` set by the user when the server...
This is rather a proposal within demo than a pull request. It adds `containerName` into the text which is shown in a document symbols list. It improves user experience as...
This code seems to bug out when reformatting with **EITHER** rls or rust-analyzer, for this reason I think it's a problem with the communication protocol and the way vim reflows...
## Describe the bug If the language client is running and working perfectly, active for the current buffer, and neovim crashes or is killed (`killall -9 nvim`), `languageclient` and any...
Cloned on 2021_07_29. # Vim Version tsw1@DESKTOP-H12EA8D:~/tmp_$ uname -a Linux DESKTOP-H12EA8D 4.4.0-19041-Microsoft #488-Microsoft Mon Sep 01 13:43:00 PST 2020 x86_64 GNU/Linux tsw1@DESKTOP-H12EA8D:~/tmp_$ vim --version VIM - Vi IMproved 8.0 (2016...