✨ feat(nvim): New LSP servers
This commit is contained in:
parent
58b3ea7684
commit
b6f61c4f74
2 changed files with 7 additions and 0 deletions
|
@ -38,4 +38,9 @@ return {
|
|||
return opts
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"m-pilia/vim-pkgbuild",
|
||||
ft = { "pkgbuild" },
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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 },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue