Cameron Ring
Cameron Ring
@tinzh great, thanks for the testing! I also played around with setting `shadafile` but it didn't seem any better than what I'd committed. I don't mind the double writing just...
I haven't had much experience with setting `shadafile` but if you don't want any global shada, that seems like it should do what you want? Let us know if it...
@ashb He's [traveling](https://www.reddit.com/r/neovim/comments/1kj5w8q/comment/mrkrtdf/) and I'm sure he'll have a big backlog whenever he's back so just assume it'll be a bit. Can always use my fork until then.
Did a little more digging and this is the comparison in `zs::read-file` that's evaluating as `true` even thought it doesn't seem like it should (line numbers off by one from...
I'm terrible at pattern matching but perplexity.ai says of that pattern: >The alternative [^[:print:][:alnum:]]# at the end allows for zero occurrences of non-printable, non-alphanumeric characters, which is true for any...
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` autocmds) - By...
@dc-jbw I noticed that too, that in some of my projects, it seemed like Harpoon did seem to follow session loading. I didn't fully investigate it but my two thoughts...
I introduced a breaking change in #320 where auto-session will now, by default, try to restore a session if launched with a single parameter that's a directory. You can disable...
#334 was just merged and while it is largely compatible with existing setups, it does include some breaking changes (as discussed in #257) with how vim commands work with arguments....
While it's backwards compatible, it's a big enough change that I wanted to document here. I've over-hauled the configuration in #359 to be focused on Lua which allows cleaning up...