project.nvim icon indicating copy to clipboard operation
project.nvim copied to clipboard

project_history promble

Open Timebevin opened this issue 2 years ago • 1 comments

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

Timebevin avatar Dec 06 '22 08:12 Timebevin

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.

mrPuckk avatar May 22 '23 10:05 mrPuckk