vim: set gui font better for non-mac systems

This commit is contained in:
2020-11-04 10:51:45 +00:00
parent 673b465a02
commit 8518f6cc01

4
vimrc
View File

@@ -56,8 +56,10 @@ call plug#begin('~/.vim/plugged')
Plug 'delphinus/vim-firestore'
call plug#end()
if has("gui")
if has('macunix')
set guifont=Inconsolata-dz:h12
else
set guifont="Inconsolata-dz Medium 12"
endif
let mapleader = ' '
let maplocalleader = ','