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
Is it possible to set tabby_trigger_mode on a buffer level? I tried let b:tabby_trigger_mode = 'manual' but :Tabby said automatic inline completion is enabled
The text was updated successfully, but these errors were encountered:
Setting the trigger mode based on the buffer level is not currently supported. g:tabby_trigger_mode is a global variable.
Thank you for bringing up this issue, I will consider adding this support in a future release.
Is it possible to set tabby_trigger_mode on a buffer level? I tried
let b:tabby_trigger_mode = 'manual'
but:Tabby
said automatic inline completion is enabledThe text was updated successfully, but these errors were encountered: