back to solarized
This commit is contained in:
parent
23f76767b6
commit
f919e3394f
1 changed files with 6 additions and 4 deletions
10
vimrc
10
vimrc
|
@ -1,5 +1,5 @@
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set background=dark
|
set background=light
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
set cursorline
|
set cursorline
|
||||||
set foldmethod=marker
|
set foldmethod=marker
|
||||||
|
@ -63,7 +63,7 @@ if v:version >= 700
|
||||||
set modeline
|
set modeline
|
||||||
|
|
||||||
set number
|
set number
|
||||||
set nolist
|
set list
|
||||||
set listchars=tab:\|_,nbsp:x
|
set listchars=tab:\|_,nbsp:x
|
||||||
nnoremap <Leader>n :setlocal number!<CR>
|
nnoremap <Leader>n :setlocal number!<CR>
|
||||||
nnoremap <Leader>l :setlocal list!<CR>
|
nnoremap <Leader>l :setlocal list!<CR>
|
||||||
|
@ -145,8 +145,10 @@ if v:version >= 700
|
||||||
set mouse=
|
set mouse=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:lucius_use_underline=0
|
let g:solarized_italic=0
|
||||||
colorscheme lucius
|
let g:solarized_underline=0
|
||||||
|
let g:solarized_visibility='low'
|
||||||
|
colorscheme solarized
|
||||||
else
|
else
|
||||||
colorscheme elflord
|
colorscheme elflord
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue