diff --git a/ginit.vim b/ginit.vim new file mode 100644 index 0000000..ac5620d --- /dev/null +++ b/ginit.vim @@ -0,0 +1,9 @@ +if exists(':GuiFont') + if platform#is_windows() + GuiFont Consolas:h9 + else + GuiFont Source\ Code\ Pro:h9 + endif +endif + +colorscheme fresh