Running nvim.exe from Powershell give this error:
PS C:\\Users\\tfeth> & nvim
Error detected while processing function 151_LoadRemotePlugins[1]..151_GetManifest[1]..151_GetManifestPath:
line 16:
E739: Cannot create directory C:\\Users\\tfeth\\AppData\\Local/nvim: file already exists
Press ENTER or type command to continue
then you have to control-C to regain the console.
Note that you can start a terminal version of Neovim with:
& nvim --noplugin
where the ampersand means "call" in powershell
Could someone help to get around this?, I have not even been able to track down what file is generating this error.
The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.