-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
54 lines (54 loc) · 2.19 KB
/
.gitmodules
File metadata and controls
54 lines (54 loc) · 2.19 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
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 "home/.vim/bundle/pathogen"]
path = home/.vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "home/.vim/bundle/solarized"]
path = home/.vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "home/.vim/bundle/endwise"]
path = home/.vim/bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "home/.vim/bundle/fugitive"]
path = home/.vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "home/.vim/bundle/surround"]
path = home/.vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "home/.vim/bundle/selfdot"]
path = home/.vim/bundle/selfdot
url = https://github.com/narfdotpl/selfdot.vim.git
[submodule "home/.vim/bundle/indent-object"]
path = home/.vim/bundle/indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule "home/.vim/bundle/javascript"]
path = home/.vim/bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "home/.vim/bundle/repeat"]
path = home/.vim/bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "home/.vim/bundle/commentary"]
path = home/.vim/bundle/commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "home/.vim/bundle/obsession"]
path = home/.vim/bundle/obsession
url = https://github.com/tpope/vim-obsession.git
[submodule "home/.vim/bundle/vinegar"]
path = home/.vim/bundle/vinegar
url = https://github.com/tpope/vim-vinegar.git
[submodule "home/.vim/bundle/python-pep8-indent"]
path = home/.vim/bundle/python-pep8-indent
url = https://github.com/hynek/vim-python-pep8-indent.git
[submodule "home/.vim/bundle/sneak"]
path = home/.vim/bundle/sneak
url = https://github.com/justinmk/vim-sneak.git
[submodule "home/.vim/bundle/ag"]
path = home/.vim/bundle/ag
url = https://github.com/rking/ag.vim.git
[submodule "home/.vim/bundle/goyo"]
path = home/.vim/bundle/goyo
url = https://github.com/junegunn/goyo.vim.git
[submodule "home/.vim/bundle/onedark"]
path = home/.vim/bundle/onedark
url = https://github.com/joshdick/onedark.vim.git
[submodule "home/.scripts/tell"]
path = home/.scripts/tell
url = https://github.com/narfdotpl/tell.git