Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

UltraGhostie
Copy link

@UltraGhostie UltraGhostie commented Feb 28, 2025

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

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.
github-actions bot pushed a commit that referenced this pull request Feb 28, 2025
Copy link

github-actions bot commented Feb 28, 2025

🚀 Live preview deployed from f24189f

View it here:

Debug Information

Triggered by: UltraGhostie

HEAD at: main

Reruns: 349

Copy link
Owner

@NotAShelf NotAShelf left a 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.

@NotAShelf
Copy link
Owner

Left one quick comment, LGTM otherwise.

github-actions bot pushed a commit that referenced this pull request Mar 4, 2025
Copy link
Owner

@NotAShelf NotAShelf left a 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 :)

Comment on lines +26 to +27
Any time the ui menu is closed then we will save the
state back to the backing list, not to the fs
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Comment on lines +34 to +35
Any time the ui menu is closed then the state of the
list will be sync'd back to the fs
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Comment on lines +46 to +47
How the out list key is looked up. This can be useful
when using worktrees and using git remote instead of file path
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add harpoon.nvim
2 participants