alpha2phi / neovim-for-beginner

A configuration for Neovim beginners.
MIT License
436 stars 105 forks source link

cannot launch nvb after successful install #21

Closed capnahab closed 2 years ago

capnahab commented 2 years ago

Great tutorials. I have installed nvb on Mac Monterey (12.1) MBP . After the initial succcessful launch and restart terminal nvb fails to launch with the following

Error detected while processing function <SNR>13_LoadRemotePlugins[1]..<SNR>13_GetManifest[1]..<SNR>13_GetManifestPath:
line   10:
E739: Cannot create directory /share: read-only file system

in the terminal and tries to open default NVIM.

I have an aliases file .zsh_aliases and have put the alias in there.

Looking at :scriptnames , script 13 is rplugin which I didnt know I had.

mengwangk commented 2 years ago

Most likely the the alias and the XDG variables are not configured correctly. Can you check on that?