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
It seems that setting default_bindings to 'false' has no effect. And I think its this line of code
It seems to me that if the value there is 'false' that statement always resolves to 'true' isnt it? Since you want the default setting to be 'true' we would need to check if the default_bindings is 'nil', not 'falsy'.
The text was updated successfully, but these errors were encountered:
joerideg
added a commit
to joerideg/aider.nvim
that referenced
this issue
Jun 11, 2024
It seems that setting default_bindings to 'false' has no effect. And I think its this line of code
It seems to me that if the value there is 'false' that statement always resolves to 'true' isnt it? Since you want the default setting to be 'true' we would need to check if the default_bindings is 'nil', not 'falsy'.
The text was updated successfully, but these errors were encountered: