Add a project specific sample to copy and adapt.

This commit is contained in:
Thomas Gideon 2015-03-27 11:08:10 -04:00
parent faeed65553
commit 22362e6d46

10
project.vimrc Normal file
View file

@ -0,0 +1,10 @@
" set project's root to find's searchable path
set path =~/src/git/project/**
" plugin specific configs per project
let g:JavaImpPaths = $HOME . "/src/git/src/main/java"
" honor project specific white space handling
set ts=4
" for coding projects, turn on list to view white space characters and line
" number
set list!
set number!