An open API service indexing awesome lists of open source software.

https://github.com/brianp/localvimrc

Just let me use a project vimrc file kplz
https://github.com/brianp/localvimrc

Last synced: about 1 year ago
JSON representation

Just let me use a project vimrc file kplz

Awesome Lists containing this project

README

          

= LocalVimrc

Just sources the .vimrc file from whatever directory you open vim in. Used for
project specific vim options.

ex. One Projects convention is to use hard tabs instead of soft tabs. Create a .vimrc file in the project directory and set the hard tab options.

Always open vim from the project route

* Create .vimrc in project route: ex. /project/.vimrc
* Always open vim from the project route: ex. mvim /project
* Profit.