diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-05 22:56:59 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-05 22:56:59 +0800 |
| commit | 7c8f3b1e212a78900f5c901cb7c342844162e8a5 (patch) | |
| tree | d6efaa1c0c3624996cdf8709c9c1a32faad681b2 /ginit.vim | |
| parent | a2c8abbbeaece63a08c3115ca9f17ff789e6801c (diff) | |
Use Hack nerdfonts for GUI nvim
Diffstat (limited to 'ginit.vim')
| -rw-r--r-- | ginit.vim | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,13 +10,13 @@ if exists('g:GuiLoaded') GuiTabline 0 GuiPopupmenu 0 GuiLinespace 2 - GuiFont! Hack:h10:l + GuiFont! Hack\ NF:h10:l endif if exists('g:fvim_loaded') set termguicolors colorscheme gruvbox8_hard - set guifont=Hack:h13 + set guifont=Hack\ NF:h13 " Cursor tweaks FVimCursorSmoothMove v:true FVimCursorSmoothBlink v:true |
