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
Ajaymamtora
changed the title
[Bug] Sniprun + matchup treesitter cause snippets to automatically be expanded in nvim-cmp
[Bug] Sniprun + matchup cause snippets to automatically be expanded in nvim-cmp
Jul 28, 2024
loqusion
added a commit
to loqusion/dotfiles
that referenced
this issue
Aug 2, 2024
This fixes a really annoying issue where pressing `<C-p>` or `<C-n>`
when a cmp window is open closes the window, losing your place in the
suggestions.
This seems to be related to
andymass/vim-matchup#354.
Explain the issue
When enabling vim-matchup and while using luasnip, while tabbing onto a snippet item in the nvim-cmp menu:
The snippet is immediately expanded.
I've not changed any matchup settings, just loaded it with lazy
The text was updated successfully, but these errors were encountered: