chore(neovim): update helm-ls LSP configuration
This commit is contained in:
parent
7994ecd86c
commit
7c8685e7da
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
return {
|
||||
cmd = { 'helm_ls', 'serve' },
|
||||
filetypes = { 'helm' },
|
||||
root_markers = { 'Chart.yaml' },
|
||||
filetypes = { 'helm', 'yaml.helm-values' },
|
||||
single_file_support = true,
|
||||
root_markers = { 'values.yaml', 'Chart.yaml' },
|
||||
capabilities = {
|
||||
workspace = {
|
||||
didChangeWatchedFiles = {
|
||||
|
@ -18,9 +19,7 @@ return {
|
|||
showdiagnosticsdirectly = false,
|
||||
path = "yaml-language-server",
|
||||
config = {
|
||||
schemas = {
|
||||
kubernetes = "template/**",
|
||||
},
|
||||
schemas = {},
|
||||
completion = true,
|
||||
hover = true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue