Update font and rendering settings for MacVim
This commit is contained in:
parent
7fd66a3e41
commit
26e53a077d
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
set guifont=FiraCode-Regular:h14
|
set guifont=JuliaMonoNF-Regular: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
|
||||||
|
|
||||||
hi CursorLine gui=bold
|
if has('gui_macvim')
|
||||||
hi Comment gui=italic
|
set macligatures
|
||||||
|
set macthinstrokes
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue