I plan to use Vim for two types of developement: Python and Javascript
I have a different set of plugins for each of these.
I wonder if those plugins are in conflict to each other.
and whether there’s a mechanizm that “switch the development profile” .
Thanks
You can use -u switch to load non-default .vimrc file (-U for .gvimrc), and there you may load specific plugins. You may create shortcuts or aliases to that command, and have different profiles that way.
Maybe it’s not live switching, but that’s the simplest approach.