Update guifont and remove MacVim transparency setting from .gvimrc

This commit is contained in:
Danielle McLean 2018-01-24 16:20:00 +11:00
parent 2a86a80428
commit d380589bb7
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 5 deletions

6
gvimrc
View File

@ -1,13 +1,9 @@
set guifont=Monoid\ Regular:h12
set guifont=Hack:h14
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