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

@ -212,7 +212,6 @@ require('lazy').setup({
'optwin',
'compiler',
'bugreport',
'ftplugin',
},
},
},
@ -643,13 +642,13 @@ require('lazy').setup({
helm_ls = {},
groovyls = {},
terraformls = {},
yamlls = {
settings = {
yaml = {
keyOrdering = false,
},
},
},
-- yamlls = {
-- settings = {
-- yaml = {
-- keyOrdering = false,
-- },
-- },
-- },
pylsp = {
settings = {
pylsp = {

View File

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