nvim: support for rust-analyzer

This commit is contained in:
PowerUser64 2021-11-30 01:54:20 -08:00
parent a3e3c08985
commit 2ee080dda5

View file

@ -232,6 +232,7 @@ M.lspconfig = function()
clangd = 'clangd',
html = 'vscode-html-language-server',
bashls = 'bash-language-server',
rust_analyzer = 'rust-analyzer',
}
for lsp, exe in pairs(lsp_servers) do
if (vim.fn.executable(exe) == 1) then