-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.45 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-sneak"]
path = bundle/vim-sneak
url = https://github.com/justinmk/vim-sneak.git
[submodule "bundle/vim-solarized8"]
path = bundle/vim-solarized8
url = https://github.com/lifepillar/vim-solarized8.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/SS-JIA/vimwiki.git
[submodule "bundle/vim-gutentags"]
path = bundle/vim-gutentags
url = https://github.com/ludovicchabant/vim-gutentags.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git