8 lines
255 B
Text
8 lines
255 B
Text
" set project's root to find's searchable path
|
|
set path =~/src/git/project/**
|
|
" honor project specific white space handling
|
|
set ts=4 sw=4 expandtab
|
|
" for coding projects, turn on list to view white space characters and line
|
|
" number
|
|
set list!
|
|
set number!
|