Plugin 'python-mode/python-mode'
installation
section is unclear to me. Can anyone help? :)
.vimrc
as a plugin for this?
Hey I have cloned the Vundle.vim from the GitHub page as they recommend here on this link:
https://www.makeuseof.com/tag/5-things-need-put-vim-config-file/
However, after that I do not what is the vim dotfile they speak of. Is it the .vimrc file in the home directory?
I'm having a chicken-egg problem with vim and Vundle; I have a colorscheme
defined in my .vimrc that originates from a Vundle plugin. When I call vim +PluginInstall +qall
, given the .vimrc is parsed before Vundle has installed the requisite plugin, I get an error:
Error detected while processing /home/james/.vimrc:
line 33:
E185: Cannot find colour scheme 'onehalfdark'
Press ENTER or type command to continue
Is there a general way to circumvent this problem given I'm trying to automate all the things with a wrapper script?