Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 502 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 502 Bytes

vimlc.vim - load .vimlc from current directory/project root like a .vimrc

Installation

NeoBundle 'kyohsuke/vimlc.vim'

of course you can use Vundle, pathogen or any plug-in manager.

Configuration

when vimlc finds any project symbols, it stop searching .vimlc file.

" default is here.
" you can change g:vimlc_project_root_symbols as you like.
let g:vimlc_project_root_symbols = [
      \ '.git',
      \ '.hg',
      \ '.svn',
      \ '.csv',
      \ ]

LICENSE

MIT