This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
forked from nxsy/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
48 lines (48 loc) · 1.75 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
[submodule "pathogen"]
path = pathogen
url = http://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/colorscheme-vividchalk"]
path = bundle/colorscheme-vividchalk
url = http://github.com/tpope/vim-vividchalk.git
[submodule "bundle/plugin-nerdtree"]
path = bundle/plugin-nerdtree
url = http://github.com/scrooloose/nerdtree.git
[submodule "bundle/plugin-command-t"]
path = bundle/plugin-command-t
url = https://github.com/akitaonrails/Command-T.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = http://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = http://github.com/othree/html5.vim.git
[submodule "bundle/vim-trailing-whitespace"]
path = bundle/vim-trailing-whitespace
url = http://github.com/bronson/vim-trailing-whitespace.git
[submodule "bundle/python-mode"]
path = bundle/python-mode
url = http://github.com/klen/python-mode.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = http://github.com/scrooloose/syntastic.git
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = http://github.com/mileszs/ack.vim.git
[submodule "bundle/gundo.vim"]
path = bundle/gundo.vim
url = http://github.com/sjl/gundo.vim.git
[submodule "bundle/vim-preview"]
path = bundle/vim-preview
url = https://github.com/greyblake/vim-preview.git
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = http://github.com/groenewege/vim-less.git
[submodule "bundle/SimpylFold"]
path = bundle/SimpylFold
url = http://github.com/tmhedberg/SimpylFold.git
[submodule "bundle/vim-bufexplorer"]
path = bundle/vim-bufexplorer
url = http://github.com/thisivan/vim-bufexplorer.git