vim-starter icon indicating copy to clipboard operation
vim-starter copied to clipboard

Theme wombat256mod not found

Open sadfuzzy opened this issue 9 years ago • 5 comments

Theme wombat256mod not found

sadfuzzy avatar Jul 20 '15 08:07 sadfuzzy

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 avatar Jul 20 '15 11:07 joom

@joom, no, after installation the problem remains unsolved.

sadfuzzy avatar Jul 20 '15 12:07 sadfuzzy

I can't recreate the issue, it works fine on my machine.

Can you check if you have the folder ~/.vim/bundle/wombat256.vim?

joom avatar Jul 20 '15 14:07 joom

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

sadfuzzy avatar Jul 25 '15 11:07 sadfuzzy

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.

joom avatar Jul 25 '15 13:07 joom