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
Thanks in advance to anyone who figures this one out for me.
I can't find it, what is causing this popup when I press / in the input box? I thought it was possibly blink.cmp, but I have "Avante" ignored in the enabled function. I'm going mad trying to find it.
My enabled function and vim global for ignoring filetypes:
-- don't show completions or signature help for these filetypes.enabled=function()
returnnotvim.tbl_contains(vim.g.ignore_filetypes, vim.bo.filetype)
end,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thanks in advance to anyone who figures this one out for me.
I can't find it, what is causing this popup when I press / in the input box? I thought it was possibly blink.cmp, but I have "Avante" ignored in the enabled function. I'm going mad trying to find it.
My enabled function and vim global for ignoring filetypes:
Beta Was this translation helpful? Give feedback.
All reactions