diff --git a/ginit.vim b/ginit.vim index ac5620d..a251967 100644 --- a/ginit.vim +++ b/ginit.vim @@ -5,5 +5,3 @@ if exists(':GuiFont') GuiFont Source\ Code\ Pro:h9 endif endif - -colorscheme fresh diff --git a/plugin/color.vim b/plugin/color.vim index dbdac4e..6ae376b 100644 --- a/plugin/color.vim +++ b/plugin/color.vim @@ -8,7 +8,5 @@ if !platform#is_windows() && echo "Setup the shell to do something similar on load" echo "env TERM=xterm-256color /usr/bin/zsh" endif -if !platform#is_windows() || has("gui_running") - colorscheme fresh -endif +colorscheme fresh syntax sync minlines=1000