Commit 5583a49
committed
fix(neovim): prevent yamlls from attaching to helm template files
- Add root_dir function to yamlls that returns nil for /templates/*.yaml files
- This prevents yamlls from providing diagnostics for helm charts
- Helm templates (especially with Jinja2/cookiecutter syntax) are handled by helm_ls
- Fixes yamlls errors on valid helm template syntax1 parent 23e2267 commit 5583a49
1 file changed
+13
-0
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 | + | |
| 22 | + | |
10 | 23 | | |
11 | 24 | | |
12 | 25 | | |
| |||
0 commit comments