Update guifont and remove MacVim transparency setting from .gvimrc
This commit is contained in:
parent
2a86a80428
commit
d380589bb7
1 changed files with 1 additions and 5 deletions
6
gvimrc
6
gvimrc
|
@ -1,13 +1,9 @@
|
||||||
set guifont=Monoid\ Regular:h12
|
set guifont=Hack:h14
|
||||||
|
|
||||||
set guioptions-=m
|
set guioptions-=m
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set guioptions-=L
|
set guioptions-=L
|
||||||
|
|
||||||
if has('transparency')
|
|
||||||
set transparency=10
|
|
||||||
endif
|
|
||||||
|
|
||||||
hi CursorLine gui=bold
|
hi CursorLine gui=bold
|
||||||
hi Comment gui=italic
|
hi Comment gui=italic
|
||||||
|
|
Loading…
Reference in a new issue