Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 407 Bytes

vim-auto-colorscheme

Automatically change the color scheme in the regular expression for buffer name.

setup in your vimrc

e.g.)

let g:auto_colorscheme_default = 'default'
let g:auto_colorscheme_config = [
\     ['^\\\\win-file-server\\', 'desert'],
\     ['^/Users/ore/works/myproject/trunk/', 'blue'],
\     ['^/Users/ore/works/myproject/', 'evening'],
\ ]