Synchronize color schemes between running Vim instances.
The plugin defines a command SyncSchemes
:
SyncSchemes colorscheme-name
When used without args, sets the current colorscheme (from g:colors_name
)
in all running Vim instances:
SyncSchemes
Requires Vim compiled with +clientserver feature.