molokai icon indicating copy to clipboard operation
molokai copied to clipboard

More descriptive installation steps.

Open KaoruDev opened this issue 10 years ago • 3 comments

Just starting out on vim but this worked for me, so i wanted to update the readme.

KaoruDev avatar Feb 12 '15 21:02 KaoruDev

Why would 2 colorschemes be needed?

justinmk avatar Feb 12 '15 22:02 justinmk

yeah weird i have to have both colorschemes on one mac (10.8) but the other 10.9 doesn't need it.

KaoruDev avatar Feb 14 '15 00:02 KaoruDev

ok I found out why the color scheme scheme was not working. I had to explicitly tell vim iterm can support 256 colors:

" Let VIM know the terminal can support 256 colors
set t_Co=256

KaoruDev avatar Mar 03 '15 19:03 KaoruDev