John Williston

Results 7 comments of John Williston

> Noticed the same behavior on my machine, but it only effects some projects. I think it has to do with there being a space in the path. (Noticed that...

An old question, but here's a snippet from my own harpoon Lazy spec: ``` -- NB: Using the replace methods can screw up the list if you don't -- use...

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,...

> 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](https://github.com/rmagatti/auto-session) plugin. It doesn't change...

> i am having this issue as well i am using latest harpoon2 and auto-session > > "auto-session": { "branch": "main", "commit": "00334ee24b9a05001ad50221c8daffbeedaa0842" }, > "harpoon": { "branch": "harpoon2", "commit":...

> I dug into this and it's a bit of a rat's nest. Here's my understanding of what's happening: > > * Harpoon doesn't track directory changes (e.g. ’DirChangedPre`, `DirChanged`...

Hey, thanks @cameronr ! I tried what you posted and found it fixed my issue too!