added molokai theme to vim

This commit is contained in:
Bachir Soussi Chiadmi
2015-12-22 00:51:56 +01:00
parent ef80ce93c2
commit 11cec7ffa1
3 changed files with 282 additions and 0 deletions
+3
View File
@@ -13,3 +13,6 @@ autocmd BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "norm
autocmd BufWritePre * :%s/\s\+$//e
syntax on
set t_Co=256
let g:solarized_termcolors=256
colorscheme solarized