fixing yaml
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 10m57s
Build neovim image / build-neovim-arm64 (push) Successful in 42m18s
Build neovim image / update-images-manifest (push) Successful in 17s

This commit is contained in:
Szwendacz 2025-04-27 14:39:52 +00:00
parent b2f724624c
commit 70fa12cb05

View file

@ -87,6 +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 set ft=helm | LspStop yamlls
autocmd BufRead,BufNewFile *.tpl,*.gotmpl set ft=helm
]]