-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
51 lines (51 loc) · 2.19 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
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/neocomplcache.vim"]
path = vim/bundle/neocomplcache.vim
url = https://github.com/Shougo/neocomplcache.vim.git
[submodule "vim/bundle/vim-table-mode"]
path = vim/bundle/vim-table-mode
url = https://github.com/dhruvasagar/vim-table-mode.git
[submodule "vim/bundle/snipmate.vim"]
path = vim/bundle/snipmate.vim
url = https://github.com/msanders/snipmate.vim.git
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = http://github.com/sjl/gundo.vim.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/bufexplorer.zip"]
path = vim/bundle/bufexplorer.zip
url = https://github.com/vim-scripts/bufexplorer.zip.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/pack/plugins/start/.vim/pack/plugins/start/nerdtree"]
path = .vim/pack/plugins/start/.vim/pack/plugins/start/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/pack/plugins/start/nerdtree"]
path = .vim/pack/plugins/start/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/pack/plugins/start/nerdcommenter"]
path = .vim/pack/plugins/start/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule ".vim/pack/plugins/start/ale"]
path = .vim/pack/plugins/start/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/pack/plugins/start/editorconfig-vim"]
path = .vim/pack/plugins/start/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/pack/plugins/start/fzf.vim"]
path = .vim/pack/plugins/start/fzf.vim
url = https://github.com/junegunn/fzf.vim.git