grigio / vim-sublime

A ready to use minimal Vim (Sublime Text -like) .vimrc configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do I need to install Monokai

stephdl opened this issue · comments

You say 'Don't worry about the 'Monokai' error' but after the tutorial you gave, each time I used vim I have had this error at the beginning until I installed https://github.com/lsdr/monokai.

Is it a lack in your tutorial or I have misunderstood it or misconfigured vim

did you type :BundleInstall inside vim? It should install Monokai theme

Yes i did it...some extensions have been installed however i had an issue on monokay

Since this error is still present on new installs, I'll share my workaround. It seems to be a case sensitivity issue. After installing, the color file for Monokai is ~/.vim/bundle/vim-colorschemes/colors/Monokai.vim. At some point "monokai.vim" is expected. Rename Monokai.vim to monokai.vim and see if that helps.

If you want submit a PR