added a buncha new LSPs.

This commit is contained in:
Gabe Venberg 2026-03-16 12:37:55 +01:00
parent f75102b78e
commit cbf028159f
8 changed files with 120 additions and 12 deletions

9
lua/lsp/nix.lua Normal file
View file

@ -0,0 +1,9 @@
return {
{
"nixd",
for_cat = "nix",
lsp = {},
after = function()
end,
},
}