-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
57 lines (57 loc) · 2.2 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
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule ".vim/bundle/vim-deus"]
path = .vim/bundle/vim-deus
url = https://github.com/hxv/vim-deus.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "/home/hxv/.vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule "/home/hxv/.vim/bundle/php.vim"]
path = .vim/bundle/php.vim
url = https://github.com/stanangeloff/php.vim
[submodule ".vim/bundle/emmet-vim"]
path = .vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim
[submodule ".vim/bundle/vim-better-whitespace"]
path = .vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule ".vim/bundle/file-line"]
path = .vim/bundle/file-line
url = https://github.com/bogado/file-line
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-workspace"]
path = .vim/bundle/vim-workspace
url = https://github.com/thaerkh/vim-workspace
[submodule ".vim/bundle/vim-indentguides"]
path = .vim/bundle/vim-indentguides
url = https://github.com/thaerkh/vim-indentguides
[submodule ".vim/bundle/vim-signature"]
path = .vim/bundle/vim-signature
url = https://github.com/kshenoy/vim-signature
[submodule ".vim/bundle/php.vim"]
path = .vim/bundle/php.vim
url = https://github.com/stanangeloff/php.vim
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule "bin/safe-rm"]
path = bin/safe-rm
url = https://github.com/kaelzhang/shell-safe-rm.git
[submodule ".tmux/tmux-logging"]
path = .tmux/tmux-logging
url = https://github.com/hxv/tmux-logging
[submodule ".vim/bundle/code-stats-vim"]
path = .vim/bundle/code-stats-vim
url = https://gitlab.com/code-stats/code-stats-vim.git