Greg Dlugoszewski
Results
2
comments of
Greg Dlugoszewski
I think you can try adding the path to the historyfile manually. Find your historyfile by running `:lua print(require("project_nvim.utils.path").historyfile)`. In my case it's: `~/.cache/nvim/project_nvim/project_history`
Do you mean resuming a failed git clone? Like described [here](https://superuser.com/questions/512190/does-git-clone-have-resume-capability) or [here](https://stackoverflow.com/questions/3954852/how-to-complete-a-git-clone-for-a-big-project-on-an-unstable-connection)?