-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
66 lines (66 loc) · 2.42 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[submodule "vim/pathogen"]
path = vim/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/python-mode"]
path = vim/bundle/python-mode
url = https://github.com/klen/python-mode
[submodule "vim/bundle/change-inside-surroundings"]
path = vim/bundle/change-inside-surroundings
url = https://github.com/briandoll/change-inside-surroundings.vim
[submodule "vim/bundle/camelcasemotion"]
path = vim/bundle/camelcasemotion
url = https://github.com/vim-scripts/camelcasemotion
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/git"]
path = vim/bundle/git
url = https://github.com/tpope/vim-git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://github.com/tpope/vim-repeat
[submodule "vim/bundle/speeddating"]
path = vim/bundle/speeddating
url = https://github.com/tpope/vim-speeddating
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = https://github.com/sjl/gundo.vim
[submodule "vim/bundle/colors-solarized"]
path = vim/bundle/colors-solarized
url = https://github.com/skwp/vim-colors-solarized
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "vim/bundle/indent-guides"]
path = vim/bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides
[submodule "vim/bundle/powerline"]
path = vim/bundle/powerline
url = https://github.com/skwp/vim-powerline
[submodule "vim/bundle/autotag"]
path = vim/bundle/autotag
url = https://github.com/vim-scripts/AutoTag
[submodule "vim/bundle/tcomment"]
path = vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab
[submodule "vim/bundle/minibufexpl"]
path = vim/bundle/minibufexpl
url = https://github.com/sontek/minibufexpl.vim.git
[submodule "vim/bundle/tasklist"]
path = vim/bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "vim/bundle/pandoc"]
path = vim/bundle/pandoc
url = https://github.com/vim-pandoc/vim-pandoc.git