1
0
Fork 0

back to solarized

This commit is contained in:
Von Random 2015-12-01 17:04:35 +03:00
parent 23f76767b6
commit f919e3394f

10
vimrc
View file

@ -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