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

12
lua/lsp/config.lua Normal file
View file

@ -0,0 +1,12 @@
return {
{
"taplo",
for_cat = "config",
lsp = {},
},
{
"yamlls",
for_cat = "config",
lsp = {},
},
}