Commit e290a58
committed
fix(neovim): disable helm_ls internal yamlls diagnostics for Jinja2 templates
- helm_ls spawns yamlls as internal subprocess for YAML validation
- This causes "Yamlls:" prefixed errors on Jinja2 cookiecutter templates
- Set diagnosticsLimit = 0 to disable yamlls diagnostics entirely
- Preserves hover and completion features from yamlls
- Solves triple-layer templating issues (Jinja2 + Helm + YAML)1 parent 5583a49 commit e290a58
1 file changed
+9
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
0 commit comments