blob: d7f8e68a68d8df2f963d125a0fcc837954ccfc03 (
plain) (
blame)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
[submodule "vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim-misc"]
path = .vim/bundle/vim-misc
url = https://github.com/xolox/vim-misc.git
[submodule "vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "jedi-vim"]
path = .vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule "vim-ledger"]
path = .vim/bundle/vim-ledger
url = https://github.com/ledger/vim-ledger.git
[submodule "vim-easy-align"]
path = .vim/bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align.git
[submodule "vim-distinguished"]
path = .vim/bundle/vim-distinguished
url = https://github.com/Lokaltog/vim-distinguished.git
branch = develop
[submodule "gundo.vim"]
path = .vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git
[submodule "vim-sleuth"]
path = .vim/bundle/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
[submodule "vim-gnupg"]
path = .vim/bundle/vim-gnupg
url = https://github.com/jamessan/vim-gnupg.git
[submodule "supertab"]
path = .vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim-javacomplete2"]
path = .vim/bundle/vim-javacomplete2
url = https://github.com/artur-shaik/vim-javacomplete2.git
[submodule "vimwiki"]
path = .vim/bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
[submodule "vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule "vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vim-shebang"]
path = .vim/bundle/vim-shebang
url = https://github.com/vitalk/vim-shebang.git
[submodule "hexmode"]
path = .vim/bundle/hexmode
url = https://github.com/fidian/hexmode
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule ".vim/bundle/fzf.vim"]
path = .vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
|