vim-starter
vim-starter copied to clipboard
Theme wombat256mod not found
Theme wombat256mod not found
I guess you are referring to the error message you get when you are installing:
Error detected while processing /Users/joomy/.vim/vimrc:
line 177:
E185: Cannot find color scheme 'wombat256mod'
Press ENTER or type command to continue
In this case you should press enter and then it will continue installing the plugins, including wombat256mod
. The next time you open Vim, you won't see that error. This is because the plugin installation process happens inside Vim and the settings set wombat256mod
as the theme, but it doesn't get installed until the end of installation. So you get an error message, but it should only appear once. Let me know if this solves your problem.
@joom, no, after installation the problem remains unsolved.
I can't recreate the issue, it works fine on my machine.
Can you check if you have the folder ~/.vim/bundle/wombat256.vim
?
denis:bundle/ (master) $ pwd [14:50:47]
/home/denis/.vim/bundle
denis:bundle/ (master) $ ls -lsa [14:51:00]
итого 12
4 drwxrwxr-x 3 denis denis 4096 Jul 25 14:50 .
4 drwxrwxr-x 4 denis denis 4096 Jul 25 14:50 ..
4 drwxrwxr-x 6 denis denis 4096 Jul 25 14:50 Vundle.vim
So you have Vundle installed. Did you have a /home/denis/.vimrc
file before installation, because you shouldn't. The content of your home/denis/.vimrc
file should just be runtime vimrc
. Then you can run vim +PluginInstall
and it will install the plugins, including wombat256mod
.