Add default sw=4, and add a commented include ir_black
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -18,6 +18,7 @@ set number
|
|||||||
set ruler
|
set ruler
|
||||||
set scrolloff=3
|
set scrolloff=3
|
||||||
set secure
|
set secure
|
||||||
|
set shiftwidth=4
|
||||||
set showmatch
|
set showmatch
|
||||||
set smartcase
|
set smartcase
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
@@ -27,6 +28,7 @@ syntax on
|
|||||||
"
|
"
|
||||||
" color schema
|
" color schema
|
||||||
set background=dark
|
set background=dark
|
||||||
|
"colo ir_black
|
||||||
highlight CursorLine cterm=none ctermbg=darkblue
|
highlight CursorLine cterm=none ctermbg=darkblue
|
||||||
highlight Search cterm=none ctermbg=blue
|
highlight Search cterm=none ctermbg=blue
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user