mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Set the guifont to Droid\ Sans\ Mono\ 12 for those with the fontconfig hook, and if that's not what's used, set it to the font you need :)
This commit is contained in:
parent
2ea231ecaa
commit
b3b3ba5dc5
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -22,7 +22,7 @@
|
|||
let powerlinefonts=1
|
||||
|
||||
"GVim Font Selection: (term font set by terminal)
|
||||
set guifont=Droid\ Sans\ Mono\ for\ Powerline\ 12
|
||||
set guifont=Droid\ Sans\ Mono\ 12
|
||||
|
||||
"Add Config Directory: (distro-agnostic system-wide)
|
||||
set runtimepath+=/etc/vim
|
||||
|
|
Loading…
Reference in a new issue