1
0
nvim-config/plugins/vim-colortuner.vim
valeth 12b3147bbc add plugin config for vim-colotuner
currently not working, maybe does not work with vim-plug
2015-04-28 16:57:45 +02:00

4 lines
180 B
VimL

let g:colortuner_preferred_schemes = [ 'seoul256', 'seoul256-light', 'molokai' ]
let g:colortuner_filepath = g:vim_cache_home . "/vim-colortuner"
let g:colortuner_enabled = 1