nvim: support for rust-analyzer
This commit is contained in:
parent
a3e3c08985
commit
2ee080dda5
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ M.lspconfig = function()
|
||||||
clangd = 'clangd',
|
clangd = 'clangd',
|
||||||
html = 'vscode-html-language-server',
|
html = 'vscode-html-language-server',
|
||||||
bashls = 'bash-language-server',
|
bashls = 'bash-language-server',
|
||||||
|
rust_analyzer = 'rust-analyzer',
|
||||||
}
|
}
|
||||||
for lsp, exe in pairs(lsp_servers) do
|
for lsp, exe in pairs(lsp_servers) do
|
||||||
if (vim.fn.executable(exe) == 1) then
|
if (vim.fn.executable(exe) == 1) then
|
||||||
|
|
Loading…
Add table
Reference in a new issue