feat(nvim): New LSP servers

This commit is contained in:
punkfairie 2024-03-03 12:49:48 -08:00
parent 58b3ea7684
commit b6f61c4f74
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 7 additions and 0 deletions

View file

@ -38,4 +38,9 @@ return {
return opts
end,
},
{
"m-pilia/vim-pkgbuild",
ft = { "pkgbuild" },
},
}

View file

@ -35,6 +35,7 @@ return {
-- web
html = {},
css_variables = { mason = false },
cssls = {},
denols = {},
volar = {
@ -98,6 +99,7 @@ return {
-- shell
bashls = {},
pkgbuild_language_server = { mason = false },
},
},
},