fix(lsp): update helm_ls, yamlls, disable emmet
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,10 +17,9 @@ local servers = {
|
|||||||
format = false,
|
format = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
emmet_language_server = {},
|
-- emmet_language_server = {},
|
||||||
gdscript = {},
|
gdscript = {},
|
||||||
helm_ls = {
|
helm_ls = { filetypes = { "helm", "yaml.helm-values" } },
|
||||||
filetypes = { "yaml", "helm", "yaml.helm-values" },
|
|
||||||
},
|
},
|
||||||
hls = { filetypes = { "haskell", "lhaskell", "cabal" } },
|
hls = { filetypes = { "haskell", "lhaskell", "cabal" } },
|
||||||
html = {},
|
html = {},
|
||||||
@@ -137,6 +136,7 @@ local servers = {
|
|||||||
yamlls = {
|
yamlls = {
|
||||||
settings = {
|
settings = {
|
||||||
yaml = {
|
yaml = {
|
||||||
|
validate = true,
|
||||||
schemaStore = {
|
schemaStore = {
|
||||||
-- You must disable built-in schemaStore support if you want to use
|
-- You must disable built-in schemaStore support if you want to use
|
||||||
-- this plugin and its advanced options like `ignore`.
|
-- this plugin and its advanced options like `ignore`.
|
||||||
|
|||||||
Reference in New Issue
Block a user