-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
39 lines (39 loc) · 1.67 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
[submodule "config/vim/bundle/nerdtree"]
path = config/vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "config/vim/bundle/nerdtree-tabs"]
path = config/vim/bundle/nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "config/vim/bundle/ctrl-p"]
path = config/vim/bundle/ctrl-p
url = https://github.com/kien/ctrlp.vim.git
[submodule "config/vim/bundle/vim-better-whitespace"]
path = config/vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule "config/vim/bundle/syntastic"]
path = config/vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "config/vim/bundle/gruvbox"]
path = config/vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "config/vim/bundle/deoplete.nvim"]
path = config/vim/bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim.git
[submodule "config/vim/bundle/vim-snippets"]
path = config/vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "config/vim/bundle/vim-commentary"]
path = config/vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "config/vim/bundle/vim-airline"]
path = config/vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "config/vim/bundle/vim-fugitive"]
path = config/vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "config/vim/bundle/tabular"]
path = config/vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "config/vim/bundle/vim-fish"]
path = config/vim/bundle/vim-fish
url = https://github.com/dag/vim-fish.git