forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
53 lines (53 loc) · 1.93 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
[submodule ".vim/bundle/sudoedit"]
path = .vim/bundle/sudoedit
url = https://github.com/vim-scripts/SudoEdit.vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/git"]
path = .vim/bundle/git
url = https://github.com/tpope/vim-git.git
[submodule ".vim/bundle/frisk"]
path = .vim/bundle/frisk
url = https://github.com/arecarn/frisk.git
[submodule ".vim/bundle/easymotion"]
path = .vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/conque"]
path = .vim/bundle/conque
url = https://github.com/lrvick/Conque-Shell.git
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule ".vim/bundle/gist"]
path = .vim/bundle/gist
url = https://github.com/mattn/gist-vim.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
branch = master
ignore = dirty
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule ".vim/bundle/vim-devicons"]
path = .vim/bundle/vim-devicons
url = https://github.com/ryanoasis/vim-devicons
[submodule ".vim/bundle/MatchTagAlways"]
path = .vim/bundle/MatchTagAlways
url = https://github.com/Valloric/MatchTagAlways.git