blob: 3adbf9d9242d84c294fa4838db9d761d51f389b9 (
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
77
78
79
80
81
82
83
|
[submodule "files/bin"]
path = files/bin
url = https://github.com/abobov/bin.git
[submodule "zsh-completions"]
path = files/.zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
# Mutt
[submodule "mutt-colors-solarized"]
path = files/.mutt/mutt-colors-solarized
url = https://github.com/altercation/mutt-colors-solarized
# Vim bundles
[submodule "vim-pathogen"]
path = files/.vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "surround"]
path = files/.vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "repeat"]
path = files/.vim/bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "nerdcommenter"]
path = files/.vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "nerdtree"]
path = files/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim-template"]
path = files/.vim/bundle/vim-template
url = https://github.com/aperezdc/vim-template
[submodule "vim-markdown"]
path = files/.vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
ignore = untracked
[submodule "vim-jade"]
path = files/.vim/bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "xml.vim"]
path = files/.vim/bundle/xml.vim
url = https://github.com/othree/xml.vim
ignore = untracked
[submodule "nginx-vim-syntax"]
path = files/.vim/bundle/nginx-vim-syntax
url = https://github.com/evanmiller/nginx-vim-syntax.git
[submodule "vim-sparkup"]
path = files/.vim/bundle/vim-sparkup
url = https://github.com/tristen/vim-sparkup
[submodule "snipmate.vim"]
path = files/.vim/bundle/snipmate.vim
url = https://github.com/msanders/snipmate.vim
ignore = untracked
[submodule "git-vim"]
path = files/.vim/bundle/git-vim
url = https://github.com/motemen/git-vim
[submodule "taglist.vim"]
path = files/.vim/bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim
ignore = untracked
[submodule "vim-ledger"]
path = files/.vim/bundle/vim-ledger
url = https://github.com/ledger/vim-ledger
[submodule "tabular"]
path = files/.vim/bundle/tabular
url = https://github.com/godlygeek/tabular
;[submodule "syntastic"]
;path = files/.vim/bundle/syntastic
;url = https://github.com/scrooloose/syntastic.git
[submodule "FuzzyFinder"]
path = files/.vim/bundle/FuzzyFinder
url = https://github.com/vim-scripts/FuzzyFinder.git
ignore = untracked
[submodule "L9"]
path = files/.vim/bundle/L9
url = https://github.com/vim-scripts/L9.git
ignore = untracked
[submodule "files/.vim/bundle/syntastic"]
path = files/.vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "files/.vim/bundle/vim-fugitive"]
path = files/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "files/.vim/bundle/vim-colors-solarized"]
path = files/.vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
|