-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
96 lines (96 loc) · 2.99 KB
/
.gitmodules
File metadata and controls
96 lines (96 loc) · 2.99 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[submodule "bundle/a.vim"]
path = bundle/a.vim
url = https://github.com/vim-scripts/a.vim
branch = master
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe
branch = master
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
branch = master
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
branch = master
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
branch = master
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
branch = master
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
branch = master
[submodule "bundle/vim-colorschemes"]
path = bundle/vim-colorschemes
url = https://github.com/flazz/vim-colorschemes
branch = master
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = https://github.com/xolox/vim-misc
branch = master
[submodule "bundle/minibufexpl.vim"]
path = bundle/minibufexpl.vim
url = https://github.com/fholgado/minibufexpl.vim
branch = master
[submodule "bundle/vim-operator-highlight"]
path = bundle/vim-operator-highlight
url = https://github.com/Valloric/vim-operator-highlight.git
branch = master
[submodule "bundle/detectindent"]
path = bundle/detectindent
url = https://github.com/ciaranm/detectindent
branch = master
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion
branch = master
[submodule "bundle/ListToggle"]
path = bundle/ListToggle
url = https://github.com/Valloric/ListToggle.git
branch = master
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
branch = master
[submodule "bundle/vim-clang-format"]
path = bundle/vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
branch = master
[submodule "bundle/rust.vim"]
path = bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
branch = master
[submodule "bundle/vim-numbertoggle"]
path = bundle/vim-numbertoggle
url = git://github.com/jeffkreeftmeijer/vim-numbertoggle.git
branch = master
[submodule "pathogen"]
path = pathogen
url = https://github.com/tpope/vim-pathogen.git
branch = master
[submodule "bundle/vim-toml"]
path = bundle/vim-toml
url = https://github.com/cespare/vim-toml
branch = master
[submodule "bundle/neomake"]
path = bundle/neomake
url = https://github.com/neomake/neomake
branch = master
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets
branch = master
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips
branch = master
[submodule "bundle/LanguageClient-neovim"]
path = bundle/LanguageClient-neovim
url = https://github.com/autozimu/LanguageClient-neovim
branch = master