-
-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
When nvim-ts-autotag is enabled, typing in the snacks.nvim grep picker causes characters to appear in the wrong order. The cursor appears to move backwards unexpectedly during text input, resulting in scrambled search queries. It may be happening in other pickers too, I don't use the full range of pickers provided.
Steps to Reproduce
- Enable
nvim-ts-autotagwith default configuration - Open
snacks.nvimgrep picker (e.g.,Snacks.picker.grep()) - Type a search query quickly (e.g., "function")
- Observe that characters appear out of order (e.g., "fucntion" or "funtcion")
Environment
- Neovim: v0.12.0-dev (nightly)
- nvim-ts-autotag: latest
- snacks.nvim: latest
- OS: macOS
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels