feat(lsp): setup nix.
This commit is contained in:
parent
6ad065e582
commit
e4f3ceaa86
2 changed files with 24 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
|
||||
vim.lsp.enable("nixd")
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue