Today I Learned

hashrocket A Hashrocket project

Project Specific VIM Configuration

I learned that if you want to have a project specific .vimrc file you first need to enable it:

" ~/.vimrc
set exrc

And then you can create your specific project .vimrc file configuration in the root of your project folder.

When enabling exrc you should also consider to set secure flag as well (h/t @ali_aliev).

See More #vim TILs
Every developer at Hashrocket is a Vim expert. Check out our development environment, Dotmatrix, and if you are in Chicago, come to the Vim Chicago Meetup hosted at our Chicago office.