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
When scrolling through the menu with auto_insert on which is default, it will sometimes accept a random item from the menu. Subsequent triggers of this bug are more likely to select one that it previously selected. However, it's kind of hard to explain because it does not act like a normal accept. For example, a normal accept would expand the time~ snippet into the actual time XX:XX but if this bug triggers and lands on time~, it will literally just put the string time in the buffer. I could not get this to happen with a minimal config so I didn't make an issue but I've tested on my config as well as astro.nvim and its happening on both. Disabling plugins seems to make this bug more rare but not fully get rid of it so its a pain to debug because I'm not sure if its any one plugin causing this but possibly an accumulation of plugins.
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.
-
When scrolling through the menu with auto_insert on which is default, it will sometimes accept a random item from the menu. Subsequent triggers of this bug are more likely to select one that it previously selected. However, it's kind of hard to explain because it does not act like a normal accept. For example, a normal accept would expand the time~ snippet into the actual time XX:XX but if this bug triggers and lands on time~, it will literally just put the string time in the buffer. I could not get this to happen with a minimal config so I didn't make an issue but I've tested on my config as well as astro.nvim and its happening on both. Disabling plugins seems to make this bug more rare but not fully get rid of it so its a pain to debug because I'm not sure if its any one plugin causing this but possibly an accumulation of plugins.
Beta Was this translation helpful? Give feedback.
All reactions