-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.25 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.25 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
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/syntastic.vim"]
path = vim/bundle/syntastic.vim
url = https://github.com/scrooloose/syntastic
[submodule "vim/bundle/vim-colors-solarized.vim"]
path = vim/bundle/vim-colors-solarized.vim
url = https://github.com/altercation/vim-colors-solarized
[submodule "vim/bundle/vim-airline.vim"]
path = vim/bundle/vim-airline.vim
url = https://github.com/vim-airline/vim-airline
[submodule "vim/bundle/fugitive.vim"]
path = vim/bundle/fugitive.vim
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/vim-gitgutter.vim"]
path = vim/bundle/vim-gitgutter.vim
url = https://github.com/airblade/vim-gitgutter
[submodule "vim/bundle/vim-indent-guides.vim"]
path = vim/bundle/vim-indent-guides.vim
url = https://github.com/nathanaelkane/vim-indent-guides
[submodule "vim/bundle/vim-airline-themes.vim"]
path = vim/bundle/vim-airline-themes.vim
url = https://github.com/vim-airline/vim-airline-themes
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git