olimorris / persisted.nvim

💾 Simple session management for Neovim with git branching, autoloading and Telescope support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sessions autoload when opening a file

calebdw opened this issue · comments

When I open a file (i.e., using nvim foo.txt), the session autoloads and the desired file is not displayed. Would it be possible to prevent autoloading when a file or directory is explicitly passed to neovim?

Thanks!

commented

Great spot! This should be an easy fix so will correct when I return from holiday in a couple of days 💪🏼

commented

@calebdw this should now be fixed!

It works, thanks!