Include a .gvimrc, apparently I totally forgot earlier
This commit is contained in:
parent
8f166861b7
commit
863a7ba379
1 changed files with 13 additions and 0 deletions
13
.gvimrc
Normal file
13
.gvimrc
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
set guifont=Monoid\ Regular:h12
|
||||||
|
|
||||||
|
set guioptions-=m
|
||||||
|
set guioptions-=T
|
||||||
|
set guioptions-=r
|
||||||
|
set guioptions-=L
|
||||||
|
|
||||||
|
if has('transparency')
|
||||||
|
set transparency=10
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi CursorLine gui=bold
|
||||||
|
hi Comment gui=italic
|
Loading…
Reference in a new issue