Skip to content

Commit

Permalink
add gvimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lparam committed Apr 16, 2016
1 parent 330dd41 commit 2afd974
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .vim/gvimrc
@@ -0,0 +1,26 @@
"--------
" Vim UI
"--------

" highlight current line
au WinLeave * set nocursorline nocursorcolumn
au WinEnter * set cursorline cursorcolumn
set cursorline cursorcolumn

set guifont=Iosevka\ Term\ 12
" set guifont=Menlo\ 12
" set guifont=Ubuntu\ Mono\ 12
" set guifontwide=Yahei\ Mono\ 12

set guioptions-=b " remove bottom scrollbar
set guioptions-=l " remove left-hand scroll bar
set guioptions-=L " remove left-hand scroll bar
set guioptions-=r " remove right-hand scroll bar
set guioptions-=R " remove right-hand scroll bar
set guioptions-=v "
set guioptions-=F "
set guioptions =f " don't use fork()
set showtabline=0 " remove tab bar

set background=light
colors kgui

0 comments on commit 2afd974

Please sign in to comment.