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', 'optwin',
'compiler', 'compiler',
'bugreport', 'bugreport',
'ftplugin',
}, },
}, },
}, },
@ -643,13 +642,13 @@ require('lazy').setup({
helm_ls = {}, helm_ls = {},
groovyls = {}, groovyls = {},
terraformls = {}, terraformls = {},
yamlls = { -- yamlls = {
settings = { -- settings = {
yaml = { -- yaml = {
keyOrdering = false, -- keyOrdering = false,
}, -- },
}, -- },
}, -- },
pylsp = { pylsp = {
settings = { settings = {
pylsp = { pylsp = {

View File

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