From 12b3147bbcb25c639ed2cced5c935555db4fe896 Mon Sep 17 00:00:00 2001 From: valeth Date: Tue, 28 Apr 2015 16:57:45 +0200 Subject: [PATCH] add plugin config for vim-colotuner currently not working, maybe does not work with vim-plug --- plugins/vim-colortuner.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/vim-colortuner.vim diff --git a/plugins/vim-colortuner.vim b/plugins/vim-colortuner.vim new file mode 100644 index 0000000..b9eae48 --- /dev/null +++ b/plugins/vim-colortuner.vim @@ -0,0 +1,3 @@ +let g:colortuner_preferred_schemes = [ 'seoul256', 'seoul256-light', 'molokai' ] +let g:colortuner_filepath = g:vim_cache_home . "/vim-colortuner" +let g:colortuner_enabled = 1