Closed domvo closed 1 year ago
If I recall correctly this happens when Nvim's cache directory does not exist, or is not writable. You can find the path to where nvim expects to find the cache directory by running:
:echom stdpath("cache")
Make sure that directory exists, and is writable.
Closing due to inactivity from OP.
I installed plenary and diffview with VimPlug. When I try to open it with
:DiffViewOpen
I get the following error message:System Info:
I triple-checked and both plugins were installed correctly.
Output of
:PlugInstall
:I couldn't find anything on Google, unfortunately. Any ideas?