changes
This commit is contained in:
parent
72cc978039
commit
619528373a
4 changed files with 7 additions and 5 deletions
6
.vimrc
6
.vimrc
|
|
@ -42,18 +42,18 @@ filetype plugin indent on " required
|
|||
" Put your non-Plugin stuff after this line
|
||||
|
||||
" airline theme
|
||||
let g:airline_theme='base16_monokai'
|
||||
let g:airline_theme='violet'
|
||||
|
||||
set t_Co=256
|
||||
|
||||
colorscheme base16-darktooth
|
||||
colorscheme base16-monokai
|
||||
syntax on
|
||||
|
||||
" enable vim modelines
|
||||
set modeline
|
||||
|
||||
set tabstop=2 shiftwidth=2 expandtab
|
||||
"set background=dark
|
||||
set background=dark
|
||||
|
||||
set showcmd
|
||||
" highlight searches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue