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

What is the equivalent of this if I'm using `init.lua` file: ``` let g:LanguageClient_serverCommands = { \ 'rust': ['~/.cargo/bin/rustup', 'run', 'stable', 'rls'], \ 'javascript': ['/usr/local/bin/javascript-typescript-stdio'], \ 'javascript.jsx': ['tcp://127.0.0.1:2089'], \ 'python':...

Fixes #517, #915. I don't know that I'm completely convinced by this myself: - the tag stack maybe doesn't behave quite exactly as expected: when you try to go forward...

## Describe the bug `sh install.sh` does not work on M1 as no pre-built binaries exist for Darwin arm64. ## Environment - neovim/vim version (`nvim --version` or `vim --version`): NVIM...

- Did you upgrade to latest plugin version? Yep - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. Yep - (Neovim users...

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.4.1 to 1.8.0. Release notes Sourced from smallvec's releases. v1.8.0 Add optional support for the arbitrary crate (#275). v1.7.0 new_const and from_const constructors for creating a SmallVec...

dependencies
rust

Bumps [arc-swap](https://github.com/vorner/arc-swap) from 0.4.7 to 0.4.8. Changelog Sourced from arc-swap's changelog. 0.4.8 Backport of fix to soundness issue in #45 (access::Map from Constant can lead to dangling references). Commits 34b809f...

dependencies
rust

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...

dependencies
rust

Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 1.1.0 to 1.1.1. Release notes Sourced from ordered-float's releases. v1.1.1 Make assignment operators panic safe (#71). This fixes a bug that could cause undefined behavior in safe...

dependencies
rust

Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...

dependencies
rust

Use date -u for compatibility with the BSD based date version.