LanguageClient-neovim
LanguageClient-neovim copied to clipboard
Language Server Protocol (LSP) support for vim and neovim.
I am trying to work out a good way to display signature help. This includes documentation. It would be great to display popup information but I can't see any way...
- 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.157 4b35f5d6859ab3d42546192cbede9add59a7435a` -...
## Is your feature request related to a problem? Please describe. Currently the LSC updates the active quickfix list. Say I have a quick fix list populated with grep matches,...
## Describe the bug Can't do/doesn't work : autocmd FileType haskell setlocal omnifunc=necoghc#omnifunc Indeed, after loading nvim, I get : omnifunc=LanguageClient#complete ## Environment - neovim/vim NVIM v0.5.0-dev - LanguageClient HEAD...
- Did you upgrade to latest plugin version? commit: `027f574eb58ab33171c3b1b9b2738655f3f60c77` - Did you upgrade to/compile latest binary? Run shell command ``` ?> bin/languageclient --version languageclient 0.1.156 027f574eb58ab33171c3b1b9b2738655f3f60c77 ``` - (Neovim...
- Did you upgrade to latest plugin version? y - Did you upgrade to/compile latest binary? 1.141 - (Neovim users only) Did you check output of `:checkhealth LanguageClient`? y -...
## Summary Looking at the documentation and most recent source code, this isn't possible. `serverCommands` is `HashMap` (i.e. it maps the programming language (`String`) to a single command which is...
## Is your feature request related to a problem? Please describe. Currently the LanguageClient sends the full text of the document to the server on change. This is okay for...
- popup window - text properties - change listener
From the doc of SpaceVim, LanguageClient-neovim is used by SpaceVim for the lsp layer. There's a slight issue with the Python linter in the lsp layer. It reports the following...