This repository was archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
34 lines (34 loc) · 1.49 KB
/
.gitmodules
File metadata and controls
34 lines (34 loc) · 1.49 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
[submodule "configs/vim/pathogen"]
path = configs/vim/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "configs/vim/bundle/fugitive"]
path = configs/vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "configs/vim/bundle/javaScriptLint.vim"]
path = configs/vim/bundle/javaScriptLint.vim
url = https://github.com/joestelmach/javaScriptLint.vim.git
[submodule "configs/vim/bundle/perlcritic-compiler-script"]
path = configs/vim/bundle/perlcritic-compiler-script
url = https://github.com/vim-scripts/perlcritic-compiler-script.git
[submodule "configs/vim/bundle/taglist"]
path = configs/vim/bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
ignore = untracked
[submodule "configs/vim/bundle/ebnf.vim"]
path = configs/vim/bundle/ebnf.vim
url = https://github.com/vim-scripts/ebnf.vim.git
[submodule "configs/vim/bundle/supertab"]
path = configs/vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "configs/vim/bundle/vim-colors-solarized"]
path = configs/vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "configs/vim/bundle/csslint"]
path = configs/vim/bundle/csslint
url = https://github.com/stubbornella/csslint.git
[submodule "configs/vim/bundle/jshint"]
path = configs/vim/bundle/jshint
url = https://github.com/jshint/jshint.git
[submodule "configs/vim/bundle/lint"]
path = configs/vim/bundle/lint
url = https://github.com/joestelmach/lint.vim.git