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
Hi! When I type some snippet trigger, however, do not accept it (click Esc), and then when I try typing the trigger again (in the same position) the snippet usually goes several positions down and disappears from the completion after a couple such tries. For some snippets they disappear completely out of suggestions just after 1 such try.
Is it possible to prevent promoting the snippets down? I've tried fuzzy.use_frecency = false, but it doesn't change anything
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
-
Hi! When I type some snippet trigger, however, do not accept it (click Esc), and then when I try typing the trigger again (in the same position) the snippet usually goes several positions down and disappears from the completion after a couple such tries. For some snippets they disappear completely out of suggestions just after 1 such try.
Is it possible to prevent promoting the snippets down? I've tried
fuzzy.use_frecency = false
, but it doesn't change anythingI use luasnip (cmp.nvim doesn't do this). Thanks!
Beta Was this translation helpful? Give feedback.
All reactions