-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
58 lines (58 loc) · 2.11 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
55
56
57
58
[submodule ".vim/bundle/vim-pathogen"]
path = config/vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
ignore = all
[submodule ".vim/bundle/vim-fugitive"]
path = config/vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = all
[submodule ".vim/bundle/mru.vim"]
path = config/vim/bundle/mru.vim
url = https://github.com/vim-scripts/mru.vim.git
ignore = all
[submodule ".vim/bundle/vim-commentary"]
path = config/vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
ignore = all
[submodule ".vim/bundle/vim-airline"]
path = config/vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
ignore = all
[submodule ".vim/bundle/vim-markdown"]
path = config/vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
ignore = all
[submodule ".vim/bundle/vim-gitgutter"]
path = config/vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
ignore = all
[submodule ".vim/bundle/syntastic"]
path = config/vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
ignore = all
[submodule ".vim/bundle/gv"]
path = config/vim/bundle/gv
url = https://github.com/junegunn/gv.vim
ignore = all
[submodule ".vim/bundle/vim-bracketed-paste"]
path = config/vim/bundle/vim-bracketed-paste
url = https://github.com/ConradIrwin/vim-bracketed-paste
ignore = all
[submodule ".vim/bundle/gundo.vim"]
path = config/vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git
ignore = all
[submodule "home/.vim/bundle/vim-eunuch"]
path = config/vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
ignore = all
[submodule "home/.vim/bundle/vimtex"]
path = config/vim/bundle/vimtex
url = https://github.com/lervag/vimtex.git
ignore = all
[submodule "config/vim/bundle/molokai"]
path = config/vim/bundle/molokai
url = https://github.com/fatih/molokai.git
[submodule "config/vim/bundle/vim-airline-themes"]
path = config/vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git