Helmfile support in vim.

This commit is contained in:
Bartek Stalewski 2025-04-03 21:45:38 +02:00
parent 5dabffa581
commit eb21df9b22
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -8,9 +8,9 @@
-- e.g. vim.api.nvim_del_augroup_by_name("lazyvim_wrap_spell")
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = { "*.gotmpl" },
pattern = { "helmfile.y?ml", "*.gotmpl" },
callback = function()
vim.cmd("set filetype=yaml")
vim.cmd("set filetype=helm")
end,
})

View file

@ -125,6 +125,8 @@ return {
opts.ensure_installed = {
"bash",
"diff",
"gotmpl",
"helm",
"json",
"lua",
"markdown",