You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project we are using .gitlab-ci.yml files as templates, which are in a subdirectory called templates. Since I activated this plugin they will be handled helm files, which results that the wrong lsp will be attached. The detection is done by the line: https://github.com/towolf/vim-helm/blob/master/ftdetect/helm.vim#L5
Solution
We should add a check which will only detect files as ft helm in templates dir, when there is a chart.yaml in the parent directory.