From eeec610f478318148ce4fdf45431aa74132d6d47 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Thu, 19 Feb 2026 12:34:03 +0200 Subject: [PATCH] fix(lsp): fix helm_ls configuration --- lua/crentist/lazy/lsp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/crentist/lazy/lsp.lua b/lua/crentist/lazy/lsp.lua index ed1228b..73e6595 100644 --- a/lua/crentist/lazy/lsp.lua +++ b/lua/crentist/lazy/lsp.lua @@ -75,9 +75,9 @@ return { } }) - vim.lsp.config('helm-ls', { + vim.lsp.config('helm_ls', { settings = { - ['helm-ls'] = { + ['helm_ls'] = { helmLint = { enabled = false }, yamlls = { enabled = false }, },