A plugin to discover and load project specific Vim settings.
The plugin doesn’t require configuration and works automatically. When you launch your Vim editor in your project’s folder you will be prompted to choose to load or not to load the .vimrc
file (or whatever you specify for the plugin to use) in your project’s root directory, if there was any found.
Installation
Insert into You $MYVIMRC
Plug 'rBrda/vim-prosettings'
and then run in vim
:so $MYVIMRC
and finally :PlugInstal
v