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
I'm using nvim-autopairs with lazyvim and when I trigger fast wrap I can see the suggested keys, since lazyvim has function definition popup showing. so is there any way to make the fast wrap suggestions on top of the line
Mapping bug
1.If you report a bug about indent. Please remember that plugin doesn't do anything about indent.
It just trigger the indent of your vim config so if you have wrong indent config then it will do wrong indent.
You can check by select a block of code and press ==
2. provide result of command :verbose imap <cr>.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
I'm using
nvim-autopairs
withlazyvim
and when I trigger fast wrap I can see the suggested keys, sincelazyvim
has function definition popup showing. so is there any way to make the fast wrap suggestions on top of the lineMapping bug
1.If you report a bug about indent. Please remember that plugin doesn't do anything about indent.
It just trigger the indent of your vim config so if you have wrong indent config then it will do wrong indent.
You can check by select a block of code and press
==
2. provide result of command
:verbose imap <cr>
.Steps to reproduce
No response
Minimal config
The text was updated successfully, but these errors were encountered: