Change to more typical settings from actual usage.

This commit is contained in:
Thomas Gideon 2015-10-06 13:39:28 -04:00
parent 2f4509f1cd
commit ede3b539dc

View file

@ -1,9 +1,7 @@
" 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
set ts=4 sw=4 expandtab
" for coding projects, turn on list to view white space characters and line
" number
set list!