Helmfile support in vim.
This commit is contained in:
parent
5dabffa581
commit
eb21df9b22
2 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
})
|
||||
|
||||
|
|
|
@ -125,6 +125,8 @@ return {
|
|||
opts.ensure_installed = {
|
||||
"bash",
|
||||
"diff",
|
||||
"gotmpl",
|
||||
"helm",
|
||||
"json",
|
||||
"lua",
|
||||
"markdown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue