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

7
lua/lsp/jsonnet.lua Normal file
View file

@ -0,0 +1,7 @@
return {
{
"jsonnet_ls",
for_cat = "jsonnet",
lsp = {},
},
}