This commit is contained in:
Charlotte 🦝 Delenk 2022-09-14 09:23:57 +01:00
parent 464598e57f
commit 5e05d2654b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -55,7 +55,7 @@ with lib; {
-- Setup all LSPs
local nvim_lsp = require'lspconfig'
local servers = {'rust_analyzer', 'rnix', 'clangd', 'pyright', 'dhall_lsp_server', 'elixirls'}
local servers = {'rust_analyzer', 'rnix', 'clangd', 'pyright', 'dhall_lsp_server', 'elixir-ls'}
for _, s in ipairs(servers) do
nvim_lsp[s].setup({
on_attach = on_attach,