powerful yet reasonably lightweight Vim configuration with XDG support, best served with Vim 8
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set guifont=FiraCode-Regular:h14 |
|
|
|
set guioptions-=m |
|
set guioptions-=T |
|
set guioptions-=r |
|
set guioptions-=L |
|
|
|
hi CursorLine gui=bold |
|
hi Comment gui=italic
|
|
|