1
0
Fork 0

some minor fixes to zshrc, gvimrc; moar themes for vim as well

This commit is contained in:
Von Random 2017-11-24 19:46:01 +03:00
parent 540dafe4ae
commit 20ca3eae49
3 changed files with 17 additions and 14 deletions

5
gvimrc
View file

@ -4,7 +4,10 @@ if has('win32')
else
set guifont=Fantasque\ Sans\ Mono\ 11
endif
let g:lightline = { 'colorscheme': 'solarized', }
if exists("g:lightline")
unlet g:lightline.separator
unlet g:lightline.subseparator
endif
set guiheadroom=0 guioptions=aei mouse=a
set noerrorbells visualbell t_vb=
set guicursor=a:blinkon0,a:block,i:ver1-Cursor/lCursor,r:hor1-Cursor/lCursor