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
To reproduce - create two files with following content:
values.yaml
foo:
bar: qwerty
templates/test.yaml
test_new:
test_existing: {{ .Values.foo.bar }}
Bug description
Open templates/test.yaml, and try to add a value to test_new key,
Triggering autocompletion after .Values. or triggering autocompletion after .Values.f provides expected values.
But if one tries to edit test_existing: {{ .Values.foo.bar }} and trigger autocompletion after .Values. or .Values.f -
incorrect values are returned
I am not sure it's not a NeoVim/NeoVim plugins bug, so forgive me if I opened it in the wrong GitHub project.
The text was updated successfully, but these errors were encountered:
I am using NeoVim,
Steps to reproduce
To reproduce - create two files with following content:
values.yaml
templates/test.yaml
Bug description
Open
templates/test.yaml
, and try to add a value totest_new
key,Triggering autocompletion after
.Values.
or triggering autocompletion after.Values.f
provides expected values.But if one tries to edit
test_existing: {{ .Values.foo.bar }}
and trigger autocompletion after.Values.
or.Values.f
-incorrect values are returned
I am not sure it's not a NeoVim/NeoVim plugins bug, so forgive me if I opened it in the wrong GitHub project.
The text was updated successfully, but these errors were encountered: