add helm lsp

This commit is contained in:
2026-01-31 05:30:42 +02:00
parent 65680cb255
commit b84e46bda1
4 changed files with 130 additions and 0 deletions

View File

@@ -5,6 +5,12 @@ end
vim.env.PATH = vim.fn.stdpath('data') .. '/mason/bin:' .. vim.env.PATH
vim.filetype.add({
pattern = {
['.*/templates/.*%.ya?ml'] = 'yaml.helm-values',
},
})
require('core.options')
require('core.keymaps')
require('core.events')