fix(lsp): fix helm_ls configuration
This commit is contained in:
@@ -75,9 +75,9 @@ return {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.lsp.config('helm-ls', {
|
vim.lsp.config('helm_ls', {
|
||||||
settings = {
|
settings = {
|
||||||
['helm-ls'] = {
|
['helm_ls'] = {
|
||||||
helmLint = { enabled = false },
|
helmLint = { enabled = false },
|
||||||
yamlls = { enabled = false },
|
yamlls = { enabled = false },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user