-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: add previewLocation actions #239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leisiji Thanks for your contribution! 😄 Looks good apart from some minor things. Also, please add a test for this action.
See: https://github.com/MagicDuck/grug-far.nvim/blob/main/CONTRIBUTING.md#testing
and example for goto action here:
grug-far.nvim/tests/base/test_goto.lua
Line 18 in fe915b2
T['can goto given location'] = function() |
edit: also please add a note about it to the README, maybe around here: https://github.com/MagicDuck/grug-far.nvim/blob/main/README.md#going-to--opening-result-location
238cabf
to
d20e2a5
Compare
I have fixed the above and added a test for previewLocation action. |
All have been fixed. |
perfect, thank you! Looks good! 😄 |
Add new feature: previewing location in a floating window.