Change to more typical settings from actual usage.
This commit is contained in:
parent
2f4509f1cd
commit
ede3b539dc
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
" set project's root to find's searchable path
|
" set project's root to find's searchable path
|
||||||
set path =~/src/git/project/**
|
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
|
" 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
|
" for coding projects, turn on list to view white space characters and line
|
||||||
" number
|
" number
|
||||||
set list!
|
set list!
|
||||||
|
|
Loading…
Reference in a new issue