-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gp require('navigator.definition').definition_preview() doesn't work #308
Comments
What is the LSP you using? Also do you see any error messages?
You can set |
Well pretty much trying to do that on a nvim lua plugin which I guess uses
|
Error ON_ATTACH_ERROR should been fixed. |
I might be using it correctly but I try to move cursor to preview with j in |
Do you have a screen recording for me to reproduce this issue? Thanks! |
Besids the short cuts interferes with my workflow of closing windows with ctrl+w when unbinding it for testing |
when I try to
:lua require('navigator.definition').definition_preview()
orgp
orgP
on a symbol it wont open the definition in a preview for some reason unlikegr
which does work as expected, any idea why is that?my config:
BTW How do you you remap the
esc
key to exit nav preview after editing?Also how do you set a single actions for multiple MODEs simuntaniusly? e.g.
mode={'n', 'i', 'v'}
The text was updated successfully, but these errors were encountered: