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
Hello. My goal is to make blink auto_show toggleable. if its on everything works, if its off I can still C-space to get completions.
I can hardcode auto_show to true/false and they always work as expected, so I assume im using snacks wrong. after a few toggles I get odd behavior where C-space starts filling random text.
other odd behavior:
when I <leader>j (before pressing c), the get function is called a bunch of times.
initial value of vim.b.completion is nil
assigning auto_show to a function or directly to vim.b.completion both seem to both not work. lmk what to do :-)
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. My goal is to make blink auto_show toggleable. if its on everything works, if its off I can still C-space to get completions.
I can hardcode auto_show to true/false and they always work as expected, so I assume im using snacks wrong. after a few toggles I get odd behavior where C-space starts filling random text.
other odd behavior:
<leader>j
(before pressing c), the get function is called a bunch of times.assigning auto_show to a function or directly to vim.b.completion both seem to both not work. lmk what to do :-)
Beta Was this translation helpful? Give feedback.
All reactions