在我的Mac系统中,当我按 i (输入)的时候的时候,出现下面的提示:plugin : indentLines has not been installed, please use:call dein#install(["indentLine"])to install this plugin,,然后我输入了::call dein#install(["indentLine"])提示信息为:update/install is disable in sudo session Spacevim,最后我安装完后运行 vim 没有出现欢迎界面。
Dein do not support sudo session. This can not be fixed in SpaceVim. you should make sure you are not using "sudo".
no help.
run
:call dein#install(["indentLine"]
:call dein#install(["indentLines"]
shows
[dein] Target plugins are not found.
[dein] You may have used the wrong plugin name, or all of the plugins are already installed.
Same. Running either does not install the plugin.
Edit: I am not running Vim as root.
please use new issue instead.
Update vim to latest version.
Most helpful comment
run
shows