A plugin that enable local vimrc (lvimrc) for files.
Currently, all files (including hidden files) end with "lvimrc" are recognized.
- ~/lvimrc
- ~/.lvimrc
- ~/_lvimrc
- ~/my-proj/purpose-a.lvimrc
- ~/my-proj/purpose-b.lvimrc
- ~/my-proj/.purpose-c.lvimrc
When a file is opened, all lvimrcs on the path will be loaded.
Lvimrcs are just normal vim scripts signed by our plugin, you may edit it directly with vim and our plugin will update the signagure automatically.