From 2188095b2fe946e8f5f4d1773abf24bf816b2464 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 11 Jul 2021 16:53:22 +0100 Subject: [PATCH] Always use fresh colorscheme on Windows Windows Terminal has support for 256 color so there is not need to restrict where to use `fresh` as the `colorscheme`. --- ginit.vim | 2 -- plugin/color.vim | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) 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