some minor fixes to zshrc, gvimrc; moar themes for vim as well
This commit is contained in:
parent
540dafe4ae
commit
20ca3eae49
3 changed files with 17 additions and 14 deletions
5
gvimrc
5
gvimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue