Closed
Description
I installed LanguageClient-neovim as in the Quick start page (exact same configuration)
I installed RLS with: rustup component add rls-preview rust-analysis rust-src
When I call :call LanguageClient_contextMenu()
and select "Hover" or "TypeDefinition", nothing happens. Not even a message.
When I select "Implementation" I get [LC] Error: Failure { jsonrpc: Some(V2), error: Error { code: InternalError, message: "An unknown error occurred", data: None }, id: Num(6) }
.
Environment
$ nvim --version
NVIM v0.3.8
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wconversion -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -Wno-array-bounds -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.3.8/src -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include
Compiled by builduser
Features: +acl +iconv +jemalloc +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
- This plugin version (
git rev-parse --short HEAD
): I did not check out git. - This plugin's binary version (
bin/languageclient --version
): I don't have that binary - Language server link and version: RLS installed according to https://rls.booyaa.wtf/install/
Metadata
Metadata
Assignees
Labels
No labels