somewhat fix helm file detection
This commit is contained in:
parent
4c33bec5c9
commit
e35fea1f4e
1 changed files with 1 additions and 0 deletions
|
@ -87,4 +87,5 @@ vim.filetype.add({
|
||||||
})
|
})
|
||||||
vim.cmd [[
|
vim.cmd [[
|
||||||
colorscheme gruvbox
|
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
|
||||||
]]
|
]]
|
||||||
|
|
Loading…
Reference in a new issue