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

View file

@ -3,5 +3,8 @@ return {
"clangd",
for_cat = "C",
lsp = {},
after=function()
require("clangd_extensions").setup({})
end,
},
}