grigio / vim-sublime

A ready to use minimal Vim (Sublime Text -like) .vimrc configuration
376 stars 41 forks source link

Fixing place of colorscheme #12

Closed mmokhi closed 8 years ago

mmokhi commented 8 years ago

'colorscheme Monokai', should be used after 'call vundle#end()' otherwise theme wont be applied after first installation. This is one of the reasons of the warning about "Monokai". Other is (if you fix it) warning about "monokai" (note the case change !) , it's because inconsistency of theme's developers i suggested a fix for them too :) [1]

I hope this helps ;)

[1] flazz/vim-colorschemes#98