ahmedkhalf / project.nvim

The superior project management solution for neovim.
Apache License 2.0
1.35k stars 130 forks source link

project_history promble #105

Open Timebevin opened 1 year ago

Timebevin commented 1 year ago

I added the project path to the project_history, but after saving, it was reset, and the added path disappeared. How can I solve this problem

mrPuckk commented 1 year ago

Hi there, The suggestion is to use the default cache folder instead of a customized path, as the customized path seemed to have caused the "project_history" file to become blank after saving.

Going to editor, run command " :echo stdpath("cache") " with the output as a default path of cache. So now just edit the project_history inside this path. That works for me.