From 44ce844dd91436af2974a6b6b274fa6b7acec245 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 20 Jun 2023 11:48:54 +0200 Subject: [PATCH] Enable true termcolor support in vim --- vim/plugin/colors.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/plugin/colors.vim b/vim/plugin/colors.vim index 35f71d1..e30111f 100644 --- a/vim/plugin/colors.vim +++ b/vim/plugin/colors.vim @@ -1,4 +1,6 @@ " For my patched version of the papercolor theme + +set termguicolors let g:only_generic_hl=1 function! s:kitty_bg_color()