Error Running ":calldein#install()" on Vim

Asked 2 years ago, Updated 2 years ago, 100 views

The following error occurs when running :calldein#install() on Vim on MacOS iTerm2.
However, if you enter the terminal from the beginning, it will end normally.The plug-in is also properly installed.
Do some terminals require the best settings for vimrc?

What are the possible causes of the above?Thank you for your cooperation.

[dein] Target plugins are not found.
[dein] You may have used the wrong plugin name, or all of the plugins are already installed.

macos vim

2022-09-30 19:55

1 Answers

This is a message that dein.vim could not find a new plug-in to install (=the plug-in is already installed successfully).I think you can use it as it is.
I have attached a link to the dein.vim document, so please check the function role.

Also, if you attach your vimrc with a question, it will be easier to communicate.

[Refer]
https://github.com/Shougo/dein.vim/blob/master/doc/dein.txt#L156-L275


2022-09-30 19:55

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.