mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
update templates autocommand
This commit is contained in:
parent
700e90cc73
commit
c51707ef8d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue