Enable support for rust-analyzer LSP

This commit is contained in:
Danielle McLean 2024-07-09 10:44:18 +10:00
parent c88775b450
commit c796b3732d
Signed by: 00dani
GPG key ID: 6854781A0488421C

View file

@ -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',