From eac02b26d32424071fef60c4f07c5f16c8f16051 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 25 Jan 2021 21:37:09 +0000 Subject: [PATCH] Add xterm-kitty to list of supported $TERM values --- plugin/color.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/color.vim b/plugin/color.vim index 9de36b3..dbdac4e 100644 --- a/plugin/color.vim +++ b/plugin/color.vim @@ -1,6 +1,7 @@ if !platform#is_windows() && \ !has("gui_running") && \ $TERM != 'xterm-256color' && + \ $TERM != 'xterm-kitty' && \ $TERM != 'screen-256color' && \ $TERM != 'tmux-256color' echo "This terminal does not report 256 color support but probaly supports it"