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
When starting from
nvim, scvim fails sto initialize because it doesn't find a.vimfolder, sincenvimuses the.config/nvimfolder.This can be easily fixed by the user by symlinking
~/.config/nvimto.vim, but the error message is very unhelpful:since the readme doesn't mention anything about needing
scvimto be on the.vimfolder.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
~/.vimfolder