-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
40 lines (40 loc) · 1.68 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
[submodule ".vim/bundle/vim-sensible"]
path = .vim/bundle/vim-sensible
url = git://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/jedi-vim"]
path = .vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule ".vim/bundle/tern_for_vim"]
path = .vim/bundle/tern_for_vim
url = https://github.com/marijnh/tern_for_vim.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/closetag"]
path = .vim/bundle/closetag
url = https://github.com/docunext/closetag.vim.git
[submodule ".vim/bundle/delimitMate"]
path = .vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
url = https://github.com/Raimondi/delimitMate.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://git.wincent.com/command-t.git
[submodule ".vim/bundle/colorschemes"]
path = .vim/bundle/colorschemes
url = https://github.com/jasoncorbett/vim-colorschemes.git
[submodule ".vim/bundle/vim-javascript-syntax"]
path = .vim/bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule ".vim/bundle/javascript-libraries-syntax"]
path = .vim/bundle/javascript-libraries-syntax
url = https://github.com/othree/javascript-libraries-syntax.vim.git
[submodule ".vim/bundle/python-syntax"]
path = .vim/bundle/python-syntax
url = https://github.com/hdima/python-syntax.git
[submodule ".vim/bundle/color-scheme-hemisu"]
path = .vim/bundle/color-scheme-hemisu
url = https://github.com/noahfrederick/vim-hemisu.git
[submodule ".vim/bundle/vim-less"]
path = .vim/bundle/vim-less
url = https://github.com/groenewege/vim-less.git