Cameron Ring

Results 111 comments of Cameron Ring

I appreciate how thoughtful you all are being on the best path forward, especially since I had a pretty limited understanding of the larger potential issues at play. Any thoughts...

I'd like to keep this open (and my changes are synced to the tip of dev)

@joostlek I'm ready to commit my changes to work with the updates to OptionFlow but the`no-commit-to-branch` pre-commit check is failing (I'm assuming since I didn't create a separate branch and...

I use oil as well and I think the trick is to make sure it's lazy loaded until after the session is restored. What does your oil config look like?...

Shouldn't depend on `default_file_explorer` (i have that in mine as well). What key do you use to open oil / how do you open it? Or you can try my...

@niderhoff are you still running into problems or did this resolve it for you?

I'll take a look at the docs and see if I can clarify a bit. If you want `nvim .` to be processed by auto-session instead of oil, you can...

in #334, I unified some logic between SessionRestore and auto-restoring a session when changing a directory (when `cwd_change_handling` is true). The first didn't clear jumps but the second one did....

I briefly looked into the possibility of saving the jumplist but while there's a way to get the jumplist (`vim.fn.getjumplist()`) it doesn't look like there's a way to then set...

@tinzh Nice find! I added ShaDa saving support. Any interest in testing it out? If so, temporarily change your lazy auto-session config as follows: ```lua -- 'rmagatti/auto-session', 'cameronr/auto-session', branch =...