LanguageClient-neovim icon indicating copy to clipboard operation
LanguageClient-neovim copied to clipboard

Language Server Protocol (LSP) support for vim and neovim.

Results 111 LanguageClient-neovim issues
Sort by recently updated
recently updated
newest added

## Describe the bug When `let g:LanguageClient_changeThrottle = 2` is used, the inserted text content is not detected correctly. e.g. insert "Prelude", but only "P" is detected. ## Environment -...

- 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.144 c33c45dd8384c0a0dfe8e99c558415b5c656d5c8...

## Is your feature request related to a problem? Please describe. Right now, the floating hover window only disappears on a cursor move; the idea being that, on another 'hover'...

## Is your feature request related to a problem? Please describe. I would like to map custom text to the completion item kinds labels that appear in the popup menu....

feature request

I am trying to use the KotlinLanguageServer but there are a lot of Unresolved references coming back because the Client is sending the incorrect workspace. Is there a way to...

## Is your feature request related to a problem? Please describe. I just upgraded to a nvim/LC combination that supports virtual text. I love the idea, but am super frustrated...

feature request

- 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. > languageclient 0.1.141...

I did a git bisect: with commit https://github.com/autozimu/LanguageClient-neovim/commit/73da84ac04887cd00bd79320dcb80aceb19248f6 definition look up works, with commit https://github.com/autozimu/LanguageClient-neovim/commit/0325b78584f36c001c93a1465855de5e1deba3fe it breaks and only an empty buffer is shown. Status line is in both cases...

bug

In e.g. haskell this is one of the most fundamental features. Another [non-LSP plugin](https://github.com/DanielG/ghc-mod) can already do that: ![peek 2018-06-15 12-09](https://user-images.githubusercontent.com/1241845/41462963-0135feb2-7095-11e8-9119-c314e60d5870.gif) From what I heard the [haskell language server](https://github.com/haskell/haskell-ide-engine) also...

help wanted
feature request

## Is your feature request related to a problem? Please describe. When I find all references and they are displayed in the fzf menu, sometimes I want to be able...