add helm ls

This commit is contained in:
Michael Beasley 2024-11-13 11:20:59 -06:00
parent 897cc8f596
commit 8ae28dc332
1 changed files with 2 additions and 0 deletions

View File

@ -640,6 +640,7 @@ require('lazy').setup({
},
-- pyright {
bashls = {},
helm_ls = {},
groovyls = {},
terraformls = {},
yamlls = {
@ -717,6 +718,7 @@ require('lazy').setup({
'python-lsp-server',
'terraform-ls',
'bash-language-server',
'yaml-language-server',
'autopep8',
'json-lsp',
'groovy-language-server',