greg
greg

Reputation: 1

VIM color scheme error

Vim keeps telling me

E185: Cannot fine color scheme wombat256

even though this .vim file is in the correct directory.

When I do :colorscheme wombat256 from within the editor it works but from within the vimrx file.

Any ideas?

Upvotes: 0

Views: 540

Answers (1)

too much php
too much php

Reputation: 91028

Most likely you are using "colorscheme wombat256" before you have set up your runtimepath option.

If you include the contents of your .vimrc then it will be easier to see.

Upvotes: 1

Related Questions