From 26b5f006435013e38c47691253121ea2945a1c59 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Thu, 18 Dec 2025 15:51:36 +0100 Subject: [PATCH] fix(lsp): update helm_ls, yamlls, disable emmet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- dots/.config/nvim/after/plugin/lspconfig.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dots/.config/nvim/after/plugin/lspconfig.lua b/dots/.config/nvim/after/plugin/lspconfig.lua index 3103301..75b6af3 100644 --- a/dots/.config/nvim/after/plugin/lspconfig.lua +++ b/dots/.config/nvim/after/plugin/lspconfig.lua @@ -17,10 +17,9 @@ local servers = { format = false, }, }, - emmet_language_server = {}, + -- emmet_language_server = {}, gdscript = {}, - helm_ls = { - filetypes = { "yaml", "helm", "yaml.helm-values" }, + helm_ls = { filetypes = { "helm", "yaml.helm-values" } }, }, hls = { filetypes = { "haskell", "lhaskell", "cabal" } }, html = {}, @@ -137,6 +136,7 @@ local servers = { yamlls = { settings = { yaml = { + validate = true, schemaStore = { -- You must disable built-in schemaStore support if you want to use -- this plugin and its advanced options like `ignore`.