qvalentin
qvalentin
Thanks for your opinion, I will take this as a approve for the proposed changes and will make it ready to be merged soon.
Hi thanks for the submission of the feature request, currently there is no support at all for editing values.yaml files, so your nvim config is kind of wrong for even...
> I realize that completion inside values files is not supported yet, however it would be really helpful if completion of values of dependency charts would work inside templates. >...
Can someone provide a example project, so the bug can be reproduced? The official examples seem to be working (e.g. https://github.com/helmfile/helmfile/tree/main/examples/charts/argocd-helmfile-deployment).
@hinricht, thank you, I think I now understand the problem. The bug occurs under the following condition: 1. I open a file with the name helmfile*.yaml -> vim-helm detects that...
For now you can already get autocompletion by adding ```yaml # yaml-language-server: $schema=https://json.schemastore.org/helmfile.json ``` to your helmfile.yaml Edit: Should not be required anymore with [v0.0.10](https://github.com/mrjosh/helm-ls/releases/tag/v0.0.10)
> I realize that completion inside values files is not supported yet, however it would be really helpful if completion of values of dependency charts would work inside templates. >...
I guess we won't be able to create an editor agnostic solution, but for neovim https://github.com/ngalaiko/tree-sitter-go-template/pull/13 is looking promising.
@mrjosh did you check out https://github.com/ngalaiko/tree-sitter-go-template? I would say we can close this issue, since highlighting is not really in the scope of a lsp server.
You are right, reimplementing the dependency fetch makes no sense. We could either use helm as a library (https://github.com/mrjosh/helm-ls/pull/77) or maybe call `helm env` to get the HELM_REPOSITORY_CACHE directory and...