-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
When starting from nvim
, scvim fails sto initialize because it doesn't find a .vim
folder, since nvim
uses the .config/nvim
folder.
This can be easily fixed by the user by symlinking ~/.config/nvim
to .vim
, but the error message is very unhelpful:
SCVim could not be initialized. Consult the README to see how to install scvim.
since the readme doesn't mention anything about needing scvim
to be on the .vim
folder.
I suggest either changing the error message to something more specific or adding a line or two in the README making it clear that scvim needs to be in the ~/.vim
folder