LanguageClient-neovim
LanguageClient-neovim copied to clipboard
Language Server Protocol (LSP) support for vim and neovim.
## Is your feature request related to a problem? Please describe. Now the "preview window for hover" is shown in default location (top) and it was easily cause text moving....
the last commit is from 2 years ago, what alternative should I use? thanks!
I've noticed LanguageClient-neovim accumulates zombies on LSP-server restarts... :ghost: Classically, whenever that happens — it means the parent process doesn't respect its duty to at least read out the exit-code...
Is it possible to configure linting such that signs are displayed in the gutter and details are provided in the quicklist but inline text/highlighting are not displayed? I have played...
Hello, I just installed this to use with neovim, where all the messages are appended at the end of the line. Even though my normal lines in vim wrap over...
add following options to set preview window for hover: - g:LanguageClient_PreviewWindowLoc: the location of PreviewWindow, available is one of: “left”,"right","top","bottom". If setted to invalid value, put it in "top" like...
- 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. This doesn't work because...
## Is your feature request related to a problem? Please describe. Having versioned code, or code versioned with non-supperted VCS systems makes the plugin fail. Thus, it would be good...
Python 3.11 has a breaking change that `IntEnum.__str__()` returns the int value instead of its name. This will make the following indexing fail on Python 3.11. Ref: https://docs.python.org/3.11/library/enum.html#enum.IntEnum
## Is your feature request related to a problem? Please describe. As shown in the image, the highlight color of my search result `my_inst` (yellow) is overriden by the error...