1
0

add plugin config for vim-colotuner

currently not working, maybe does not work with vim-plug
This commit is contained in:
valeth 2015-04-28 16:57:45 +02:00
parent f9ae98c99d
commit 12b3147bbc

View File

@ -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