fix lsp for yaml-helm
This commit is contained in:
parent
97b8a1a802
commit
ce22424829
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
]]
|
||||
|
|
Loading…
Add table
Reference in a new issue