-
-
Notifications
You must be signed in to change notification settings - Fork 405
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
Harpoon 2 persistency doesn't work when using the auto-session plugin. #648
Comments
Have same issue |
I'm using auto-session, but I find my harpoon marks are being lost every time I exit Neovim whether auto-session is enabled/loaded or not. As much as I like this plugin, I just can't seem to get it working the way I expect. |
What is auto session? Does this change your current working directory? |
Sorry for the unclarity, when I said 'auto-session' I was referring to the rmagatti/auto-session plugin. It doesn't change the working directory, but the natecraddock/workspaces.nvim plugin I'm using in conjunction with auto-session does. They make a surprisingly effective one-two punch for picking a "workspace" from a Telescope-powered popup (that's what the workspace plugin does) and then loading any session associated with the working directory of said workspace (that's what the auto-session plugin does). The relevant portion of my Lazy setup for the two is:
If there's any way I can tweak harpoon to get it working, I'd surely appreciate it. Thanks for weighing in on the topic! |
Description:
When adding files to harpoon and then closing and reopening nvim, all harpoon data is deleted. When disabling the autosession plugin, harpoon works normally.
The text was updated successfully, but these errors were encountered: