Skip to content

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

Notifications You must be signed in to change notification settings

saihoooooooo/vim-auto-colorscheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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'],
\ ]

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published