mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(lang): adjust lspconfig setup for nix
This commit is contained in:
parent
c2429bafef
commit
5af05a311e
1 changed files with 1 additions and 9 deletions
|
|
@ -6,19 +6,11 @@ return {
|
|||
vim.list_extend(opts.ensure_installed, { "nix" })
|
||||
end,
|
||||
},
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.ensure_installed, {
|
||||
"nil",
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
["nil"] = {},
|
||||
nil_ls = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue