Spacevim: please use `:call dein#install(["indentLine"])`

Created on 6 Jan 2018  ·  6Comments  ·  Source: SpaceVim/SpaceVim

在我的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 没有出现欢迎界面。

Most helpful comment

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.

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gennad picture gennad  ·  4Comments

zeroasterisk picture zeroasterisk  ·  4Comments

rivalak picture rivalak  ·  3Comments

dzintars picture dzintars  ·  3Comments

linwaytin picture linwaytin  ·  4Comments