Skip to content

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

Notifications You must be signed in to change notification settings

kyohsuke/vimlc.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Sponsor this project