Enable support for rust-analyzer LSP
This commit is contained in:
parent
c88775b450
commit
c796b3732d
1 changed files with 8 additions and 0 deletions
|
@ -81,6 +81,14 @@ const lspServers = [
|
|||
install: 'pipx install python-lsp-server[all]',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'rust-analyzer',
|
||||
filetype: 'rust',
|
||||
path: expand('~/.local/share/cargo/bin/rust-analyzer'),
|
||||
args: [],
|
||||
install: 'rustup component add rust-analyzer',
|
||||
},
|
||||
|
||||
{
|
||||
name: 'solargraph',
|
||||
filetype: 'ruby',
|
||||
|
|
Loading…
Reference in a new issue