-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
plugins/utility/harpoon: added harpoon #672
base: main
Are you sure you want to change the base?
Conversation
Harpoon (branch harpoon2) has been added as a plugin. Set under navigation to allow for more naviation plugins to be added in the future (set telescope under navigation?). Basic options and keybinds are included.
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.
Looks good to me overall! I've requested some changes to remain consistent with our stylistic choices, and to remain consistent with wording, code styles etc. If you could also add a changelog entry, this'll be good to merge.
Formatting and changelog
Left one quick comment, LGTM otherwise. |
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.
Sorry for all the nitpicks, last change I promise :)
Any time the ui menu is closed then we will save the | ||
state back to the backing list, not to the fs |
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.
Any time the ui menu is closed then we will save the | |
state back to the backing list, not to the fs | |
Any time the ui menu is closed then we will save the | |
state back to the backing list, not to the fs |
Any time the ui menu is closed then the state of the | ||
list will be sync'd back to the fs |
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.
Any time the ui menu is closed then the state of the | |
list will be sync'd back to the fs | |
Any time the ui menu is closed then the state of the | |
list will be sync'd back to the fs |
How the out list key is looked up. This can be useful | ||
when using worktrees and using git remote instead of file path |
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.
How the out list key is looked up. This can be useful | |
when using worktrees and using git remote instead of file path | |
How the out list key is looked up. This can be useful | |
when using worktrees and using git remote instead of file path |
Harpoon (branch harpoon2) has been added as a plugin. Set under navigation to allow for more navigation plugins to be added in the future (set telescope under navigation?).
Basic options and keybinds are included.
First nvf and nix contribution, followed the guidelines as well as I could but tips and improvements appreciated :)
Closes #612