somewhat fix helm file detection
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 8m56s
Build neovim image / build-neovim-arm64 (push) Successful in 10m21s
Build neovim image / update-images-manifest (push) Successful in 17s

This commit is contained in:
Szwendacz 2024-12-12 13:09:02 +00:00
parent 4c33bec5c9
commit e35fea1f4e

View file

@ -87,4 +87,5 @@ vim.filetype.add({
})
vim.cmd [[
colorscheme gruvbox
autocmd BufRead,BufNewFile *{namespace,policy,middleware,configmap,role,deployment,cron,service,volume,secret,ingress,svc,pvc}*.yaml,*.tpl,*.gotmpl,helmfile*.yaml set ft=helm
]]