-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.gitmodules
92 lines (92 loc) · 3.24 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
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
84
85
86
87
88
89
90
91
92
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/pep8"]
path = bundle/pep8
url = http://github.com/nvie/vim-pep8
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = http://github.com/tpope/vim-repeat
[submodule "bundle/flake8"]
path = bundle/flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "bundle/lint"]
path = bundle/lint
url = https://github.com/joestelmach/lint.vim.git
[submodule "bundle/jshint"]
path = bundle/jshint
url = https://github.com/walm/jshint.vim.git
ignore = untracked
[submodule "bundle/xmledit"]
path = bundle/xmledit
url = https://github.com/sukima/xmledit.git
ignore = untracked
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-indent-object"]
path = bundle/vim-indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
[submodule "bundle/mediawiki"]
path = bundle/mediawiki
url = https://github.com/chikamichi/mediawiki.vim.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/vim-table-mode"]
path = bundle/vim-table-mode
url = https://github.com/dhruvasagar/vim-table-mode.git
[submodule "bundle/typescript-tools"]
path = bundle/typescript-tools
url = https://github.com/clausreinke/typescript-tools.git
[submodule "bundle/typescript"]
path = bundle/typescript
url = https://github.com/ttsiodras/typescript-vim.git
[submodule "bundle/vim-scala"]
path = bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "bundle/sbt-quickfix"]
path = bundle/sbt-quickfix
url = https://github.com/dscleaver/sbt-quickfix.git
[submodule "bundle/vim-orgmode"]
path = bundle/vim-orgmode
url = https://github.com/jceb/vim-orgmode.git
[submodule "bundle/vim-fireplace"]
path = bundle/vim-fireplace
url = https://github.com/tpope/vim-fireplace.git
[submodule "bundle/vim-clojure-static"]
path = bundle/vim-clojure-static
url = https://github.com/guns/vim-clojure-static.git
[submodule "bundle/vim-clang-format"]
path = bundle/vim-clang-format
url = https://github.com/rhysd/vim-clang-format.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
[submodule "bundle/catppuccin"]
path = bundle/catppuccin
url = https://github.com/catppuccin/nvim
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/preservim/vim-markdown
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git