fix lsp for yaml-helm
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 6m57s
Build neovim image / build-neovim-arm64 (push) Successful in 10m31s
Build neovim image / update-images-manifest (push) Successful in 15s

This commit is contained in:
Szwendacz 2025-01-28 14:31:02 +00:00
parent 97b8a1a802
commit ce22424829

View file

@ -87,5 +87,6 @@ vim.filetype.add({
})
vim.cmd [[
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
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
]]