vimrc/project.vimrc

9 lines
255 B
Plaintext

" 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!