From 8225f8ebc71f3e989d394fcd6d0cce51927bfee4 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 18 Aug 2020 18:04:31 -0400 Subject: .vim/colors/fluid: Disable syncolor.vim presets Don't define colors. Used to skip the default settings when a syncolor.vim file earlier in 'runtimepath' has already set them. --- .vim/colors/fluid.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vim') diff --git a/.vim/colors/fluid.vim b/.vim/colors/fluid.vim index 549c7e1..d642c8a 100644 --- a/.vim/colors/fluid.vim +++ b/.vim/colors/fluid.vim @@ -3,7 +3,7 @@ hi clear syntax reset set t_Co=256 set background=dark -let g:colors_name = "fluid" +let g:syntax_cmd = "skip" let s:none='NONE' let s:bold='bold' -- cgit v1.2.3