try lucius theme for vim, see how it rolls
This commit is contained in:
parent
e72150e2d5
commit
148ad5edb0
1 changed files with 4 additions and 6 deletions
10
vimrc
10
vimrc
|
@ -63,7 +63,7 @@ if v:version >= 700
|
||||||
set modeline
|
set modeline
|
||||||
|
|
||||||
set number
|
set number
|
||||||
set list
|
set nolist
|
||||||
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>
|
||||||
|
@ -91,8 +91,8 @@ if v:version >= 700
|
||||||
Plug 'directionalWindowResizer' "resize windows with simple hotkeys
|
Plug 'directionalWindowResizer' "resize windows with simple hotkeys
|
||||||
|
|
||||||
" colorschemes
|
" colorschemes
|
||||||
|
Plug 'jonathanfilip/vim-lucius'
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
Plug 'MichaelMalick/vim-colors-bluedrake'
|
|
||||||
Plug 'romainl/Apprentice'
|
Plug 'romainl/Apprentice'
|
||||||
Plug 'vdrandom/forked-solarized.vim'
|
Plug 'vdrandom/forked-solarized.vim'
|
||||||
|
|
||||||
|
@ -143,10 +143,8 @@ if v:version >= 700
|
||||||
map! <S-Insert> <MiddleMouse>
|
map! <S-Insert> <MiddleMouse>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:solarized_italic=0
|
let g:lucius_use_underline=0
|
||||||
let g:solarized_underline=0
|
colorscheme lucius
|
||||||
let g:solarized_visibility='low'
|
|
||||||
colorscheme solarized
|
|
||||||
else
|
else
|
||||||
colorscheme elflord
|
colorscheme elflord
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue