-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
75 lines (75 loc) · 2.7 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
67
68
69
70
71
72
73
74
75
[submodule "pathogen"]
path = pathogen
url = https://github.com/tpope/vim-pathogen/
[submodule "bundle/drupal-snippets"]
path = bundle/drupal-snippets
url = https://github.com/theunraveler/Drupal-Snippets-for-Vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/UltiSnips"]
path = bundle/UltiSnips
url = git://github.com/SirVer/ultisnips.git
[submodule "bundle/vim-skeleton"]
path = bundle/vim-skeleton
url = https://github.com/kana/vim-skeleton
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/pydoc"]
path = bundle/pydoc
url = https://github.com/fs111/pydoc.vim
[submodule "bundle/python-imports.vim"]
path = bundle/python-imports.vim
url = https://github.com/phillipberndt/python-imports.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/clang_complete"]
path = bundle/clang_complete
url = https://github.com/Rip-Rip/clang_complete
[submodule "bundle/jedi-vim"]
path = bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim
[submodule "bundle/SuperTab"]
path = bundle/SuperTab
url = https://github.com/ervandew/supertab
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets
[submodule "bundle/julia-vim"]
path = bundle/julia-vim
url = git://github.com/JuliaLang/julia-vim.git
[submodule "bundle/vim-localvimrc"]
path = bundle/vim-localvimrc
url = https://github.com/embear/vim-localvimrc
[submodule "bundle/vim-bracketed-paste"]
path = bundle/vim-bracketed-paste
url = https://github.com/ConradIrwin/vim-bracketed-paste
[submodule "bundle/ctrlp-py-matcher"]
path = bundle/ctrlp-py-matcher
url = https://github.com/FelikZ/ctrlp-py-matcher
[submodule "bundle/lh-vim-lib"]
path = bundle/lh-vim-lib
url = https://github.com/LucHermitte/lh-vim-lib
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "bundle/vim-flake8"]
path = bundle/vim-flake8
url = https://github.com/nvie/vim-flake8
[submodule "bundle/vim-fontsize"]
path = bundle/vim-fontsize
url = https://github.com/drmikehenry/vim-fontsize
[submodule "bundle/vim-clang-format"]
path = bundle/vim-clang-format
url = https://github.com/rhysd/vim-clang-format
[submodule "bundle/vim-operator-user"]
path = bundle/vim-operator-user
url = https://github.com/kana/vim-operator-user