🐛 fix(nvim): nix lsp changed to nil_ls
This commit is contained in:
parent
cbc0e4b360
commit
e686dea35d
1 changed files with 2 additions and 2 deletions
|
@ -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 = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue