Cameron Ring

Results 111 comments of Cameron Ring

@wonrax you can run the autosaving logic without exiting using this command `:lua require('auto-session').AutoSaveSession()` Then you should be able to check the messages via `:messages` (or `:Notifications` if you use...

@sakithb Ah, interesting. I think we can fix it so symlinks will match. I'll take a look. Is anyone else in this thread still having problems with auto-saving? The code...

@sakithb > I had the same issue. My projects folder is symlinked from `/mnt/projects` to `~/projects`, and I had `auto_session_allowed_dirs` set to `{ "~/projects/*" }`. Changing it to `{ "/mnt/projects/*"...

What about: - For each file in the sessions dir that matches *x.vim - check and see if there's a *.vim - if there isn't, assume it's a session file...

@chetra-seng do you have `jq` installed? if not, `brew install jq` and maybe that will fix it