Skip to content

Commit

Permalink
config vim
Browse files Browse the repository at this point in the history
Signed-off-by: Jingtao Chen <Jingtao.Chen@csr.com>
  • Loading branch information
Jingtao Chen authored and Jingtao Chen committed Aug 6, 2014
0 parents commit 68df7cf
Show file tree
Hide file tree
Showing 56 changed files with 16,940 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/auto-pairs"]
path = bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim
[submodule "bundle/undotree"]
path = bundle/undotree
url = https://github.com/mbbill/undotree.git
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
Loading

0 comments on commit 68df7cf

Please sign in to comment.