Support 'helm' yaml files

This commit is contained in:
2025-06-27 19:28:36 +02:00
parent 6b350ab1dd
commit df7d2aca6b
2 changed files with 5 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ bootstrap_paq({
{ 'olimorris/codecompanion.nvim' },
{ "ravitemer/mcphub.nvim", build = "pnpm install -g mcp-hub@latest" },
{ "zbirenbaum/copilot.lua" },
{ "zbirenbaum/copilot-cmp" }
{ "zbirenbaum/copilot-cmp" },
{ "qvalentin/helm-ls.nvim", ft = "helm" },
})
-- }}}