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

## Is your feature request related to a problem? Please describe. This is based on my experience using coc.nvim. I prefer this LSP client (it's purer than coc.nvim and is...

feature request

- 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.132 cffa8b55eb93d33bc00795c8c85ea7dc6912f21f` -...

### Environment - Plugin version: 3e31d01 - Plugin binary version: 0.1.146 - Neovim version: 0.3.5 - Language: C - Language server: `ccls` latest release (0.20190314.1) ### Describe the bug After...

feature request

## Is your feature request related to a problem? Please describe. Add an option do disable every feature but code-completion from LS ## Additional context The idea is to use...

question

## Describe the bug The `gotoCmd` option is respected by `textDocument_definition`, but not `workspace_symbol` (it always replaces the current document). From looking at the source, it looks like a few...

bug

## Describe the bug can't get arguments info of a function from language-client while nvim-typescript do, which will make echodoc can't dispaly correct info ## Environment - neovim/vim version (`nvim...

## Describe the bug When [using LanguageClient-neovim as `formatexpr`](https://github.com/autozimu/LanguageClient-neovim/blob/53ce2fee7d24dd9262ea783908e2edebc71635dc/doc/LanguageClient.txt#L64) `formatoptions` configuration is not respected. One example of a really annoying case is if `textwidth` is set vim will call `formatexpr`...

protocol

## Summary When launching either vim or nvim with `-c "source ~/.vim/sessions/session-name"` (doesn't occur when loading a session manually in a running editor), LanguageClient breaks into error spam (see below)....

help wanted

When trying to detect the project root of C/C++ files, LanguageClient traverses the file tree upwards, starting from the directory of the file itself, to search for the `compile_commands.json` file...

Hi, I would like to prepare and use a `release-exe.sha256` file for each release and use it to check the checksum on the `install.sh`; I'm not sure about the result...