diff --git a/ginit.vim b/ginit.vim index 526e55b..b933deb 100644 --- a/ginit.vim +++ b/ginit.vim @@ -1,9 +1,5 @@ if exists(':GuiFont') - if platform#is_windows() - GuiFont! Source\ Code\ Pro:h10 - else - GuiFont Source\ Code\ Pro:h9 - endif + GuiFont! CaskaydiaCove\ Nerd\ Font\ Mono:h9 endif if exists(':GuiTabline')