Include a .gvimrc, apparently I totally forgot earlier

This commit is contained in:
Danielle McLean 2016-10-03 23:00:48 +11:00
parent 8f166861b7
commit 863a7ba379
No known key found for this signature in database
GPG key ID: CC91589719027E94

13
.gvimrc Normal file
View 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