Is it possible to setup ignore_dirs
to be an exact match instead of the directory and its children?
#98
-
Basically, if I open neovim, I want it to pickup the session where I left off. But it would be nice if I could disable sessioning on specific directories (such as Thanks for the great plugin! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Always open to a PR and unfortunately, you're correct. My concern with this change is that we're potentially forcing current users of the plugin to add extra granularity to their configuration by many specifying sub-folders. I take your point regarding |
Beta Was this translation helpful? Give feedback.
Always open to a PR and unfortunately, you're correct.
My concern with this change is that we're potentially forcing current users of the plugin to add extra granularity to their configuration by many specifying sub-folders. I take your point regarding
$HOME
but view that as an unlikely use case for the majority of users.