I followed the instructions at PyPi to successfully install the programme. I would also like to synchronise vim. I started by installing the base16-vim plug-in, adding the following snipets to .vimrc:
$ vim
Error detected while processing /home/duque004/.vimrc[51]../home/duque004/.vimrc_background:
line 2:
E185: Cannot find color scheme 'base16-tomorrow-night-256'
Press ENTER or type command to continue
It looks some configuration step is missing, but I do not know which.
I followed the instructions at PyPi to successfully install the programme. I would also like to synchronise vim. I started by installing the
base16-vim
plug-in, adding the following snipets to.vimrc
:After which
:VundleInstall
completed successfully.Then I generated the
~/.vimrc_background
file:But then
vim
complains at startup:It looks some configuration step is missing, but I do not know which.
Thank you.