Skip to content

Conversation

@huangeddie-google
Copy link

Currently, project.nvim validates the existence of every project directory in the history file upon reading and writing. While this keeps the history clean for local disks, it causes projects stored on network drives or external media to be permanently wiped from the history if they are temporarily unmounted or unreachable.

This PR adds a remove_missing_dirs configuration option (defaulting to true to maintain existing behavior). When set to false, the plugin will preserve history entries even if the directory is currently missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant