|
|
@ -38,8 +38,10 @@ source $VIMRUNTIME/vimrc_example.vim |
|
|
|
source $VIMRUNTIME/mswin.vim |
|
|
|
source $VIMRUNTIME/mswin.vim |
|
|
|
behave mswin |
|
|
|
behave mswin |
|
|
|
|
|
|
|
|
|
|
|
" using monokai background color |
|
|
|
" using monokai color |
|
|
|
let g:molokai_original = 1 |
|
|
|
" there should be molokai.vim file under ~/vimfile/colors/ |
|
|
|
|
|
|
|
" https://github.com/tomasr/molokai |
|
|
|
|
|
|
|
colorscheme molokai |
|
|
|
|
|
|
|
|
|
|
|
" Ignore case when searching |
|
|
|
" Ignore case when searching |
|
|
|
set ignorecase |
|
|
|
set ignorecase |
|
|
|