disable yaml lang server because it breaks helm templates

This commit is contained in:
Michael Beasley 2024-11-13 12:03:55 -06:00
parent 8ae28dc332
commit 41b8cafc94
2 changed files with 14 additions and 8 deletions

View file

@ -0,0 +1,7 @@
return {
'towolf/vim-helm',
lazy = false,
dependencies = {
'crakkhead/ansible.nvim',
},
}