🐛 fix(nvim): nix lsp changed to nil_ls

This commit is contained in:
Sergio Laín 2023-12-29 10:47:31 +01:00
parent cbc0e4b360
commit e686dea35d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -11,7 +11,7 @@ return {
"williamboman/mason.nvim",
opts = function(_, opts)
vim.list_extend(opts.ensure_installed, {
"rnix-lsp",
"nil",
})
end,
},
@ -19,7 +19,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
rnix = {},
nil_ls = {},
},
},
},