LanguageClient-neovim
LanguageClient-neovim copied to clipboard
Language Server Protocol (LSP) support for vim and neovim.
## Official ### General - [x] :leftwards_arrow_with_hook: [initialize](https://microsoft.github.io/language-server-protocol/specification#initialize) - [x] :arrow_right: [initialized](https://microsoft.github.io/language-server-protocol/specification#initialized) - [x] :leftwards_arrow_with_hook: [shutdown](https://microsoft.github.io/language-server-protocol/specification#shutdown) - [x] :arrow_right: [exit](https://microsoft.github.io/language-server-protocol/specification#exit) - [ ] :arrow_right: :arrow_left: [$/cancelRequest](https://microsoft.github.io/language-server-protocol/specification#cancelRequest) ### Window - [x]...
## Describe the bug LSP#position() returns different values when called with omnicomplete compared to regular command. Typing `string` and pressing `` yields `{"character": 0, "line": 4}` (taken from the following...
- Did you upgrade to latest plugin version? Yes; 0.1.160, downloaded directly from github repo at commit d6d6d08 on the 'next' branch. - Did you upgrade to/compile latest binary? I...
- 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 - (Neovim users...
Looking again at an issue I had with the java language server (https://github.com/eclipse/eclipse.jdt.ls/issues/622#issuecomment-382719309) it seems that I need a way to expand the project root path used for starting a...
I want to disable LanguageClient's linter while using some cusom linter with ALE for a specific language. (For example I want to use flake8 over ALE while using pyls over...
- Did you upgrade to latest plugin version? yes - Did you upgrade to/compile latest binary? Run shell command yes `bin/languageclient --version` to get its version number. - (Neovim users...
Updates
**(For update announcements only, please refrain from off-topic comments.)**
## Description Using the latest release 0.1.158 in vanilla Vim 8.2, the output from `:call LanguageClient#debugInfo()` "blinks" and vanishes instantly. It can be recalled with `g
Hello, I would like to thank you for this amazing project. I would like to configure mucomplete with languageclient-neovim, but I still not be able to reproduce certain completions, that...