update templates autocommand

This commit is contained in:
JesseBot 2023-09-06 09:42:19 +02:00
parent 700e90cc73
commit c51707ef8d

View file

@ -65,8 +65,8 @@ vim.api.nvim_create_autocmd({"BufEnter", "BufWinEnter"}, {
-- autocommand to set the file type to helm based on files ending in tpl
vim.api.nvim_create_autocmd({"BufEnter", "BufWinEnter"}, {
pattern = {
"*/charts/*/templates/*.tpl",
"*/charts/*/templates/*.yaml",
"*/templates/*.tpl",
"*/templates/*.yaml",
"*/.github/workflows/*.yml",
"*/.github/workflows/*.yaml"
},