Add a project specific sample to copy and adapt.
This commit is contained in:
parent
faeed65553
commit
22362e6d46
1 changed files with 10 additions and 0 deletions
10
project.vimrc
Normal file
10
project.vimrc
Normal 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!
|
Loading…
Reference in a new issue