Commit 9a49c7f
committed
fix(neovim): exclude helm values files from yamlls to prevent conflicts
- values.yaml files have filetype yaml.helm-values
- Both yamlls and helm_ls were attaching, causing duplicate errors
- Remove yaml.helm-values from yamlls filetypes list
- helm_ls with disabled yamlls diagnostics now handles helm values files
- Prevents Jinja2 syntax errors in cookiecutter helm values1 parent e290a58 commit 9a49c7f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
0 commit comments