-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
54 lines (54 loc) · 1.97 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
54
[submodule ".vim/bundle/pathogen"]
path = .vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/wombat"]
path = .vim/bundle/wombat
url = https://github.com/cschlueter/vim-wombat.git
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/gitsessions.vim"]
path = .vim/bundle/gitsessions
url = https://github.com/wting/gitsessions.vim.git
[submodule ".vim/bundle/airline"]
path = .vim/bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule ".autojump"]
path = .autojump
url = https://github.com/L-P/autojump.git
[submodule ".vim/bundle/abolish"]
path = .vim/bundle/abolish
url = https://github.com/tpope/vim-abolish.git
[submodule ".vim/bundle/ledger"]
path = .vim/bundle/ledger
url = https://github.com/ledger/vim-ledger.git
[submodule ".vim/bundle/undotree"]
path = .vim/bundle/undotree
url = https://github.com/mbbill/undotree.git
[submodule ".vim/bundle/editorconfig"]
path = .vim/bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/airline-themes"]
path = .vim/bundle/airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule ".vim/bundle/automkdir"]
path = .vim/bundle/automkdir
url = https://github.com/benizi/vim-automkdir.git
[submodule ".vim/bundle/terraform"]
path = .vim/bundle/terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/emmet"]
path = .vim/bundle/emmet
url = https://github.com/mattn/emmet-vim.git
[submodule ".vim/bundle/tagalong"]
path = .vim/bundle/tagalong
url = https://github.com/AndrewRadev/tagalong.vim
[submodule ".vim/bundle/fzf"]
path = .vim/bundle/fzf
url = https://github.com/junegunn/fzf.vim