A per project vimrc based on direnv.
Plug 'emersonmx/vim-prj'- Run
vim - Edit the config file with
:call prj#edit() - Add anything you want
- Save the config file
- Run
call prj#reload()to reload config files
call prj#reload() " Reload config files (`.vim/vimrc` by default).
call prj#edit() " Edit the config file.Default values are listed here:
let g:prj_config_path = '.prjrc'
let g:prj_authorized_path = '$HOME/.cache/vim-prj'