forked from messense/vim-python-ide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
72 lines (72 loc) · 2.91 KB
/
.gitmodules
File metadata and controls
72 lines (72 loc) · 2.91 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
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
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vim-sensible"]
path = .vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule ".vim/colorschemes"]
path = .vim/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule ".vim/bundle/colorschemes"]
path = .vim/bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule ".vim/bundle/vim-json"]
path = .vim/bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule ".vim/bundle/vim-multiple-cursors"]
path = .vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule ".vim/bundle/vim-textobj-indent"]
path = .vim/bundle/vim-textobj-indent
url = https://github.com/kana/vim-textobj-indent.git
[submodule ".vim/bundle/vim-textobj-user"]
path = .vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/rainbow_parentheses"]
path = .vim/bundle/rainbow_parentheses
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/python-syntax"]
path = .vim/bundle/python-syntax
url = https://github.com/hdima/python-syntax.git
[submodule ".vim/bundle/Vim-Jinja2-Syntax"]
path = .vim/bundle/Vim-Jinja2-Syntax
url = https://github.com/Glench/Vim-Jinja2-Syntax.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule ".vim/bundle/editorconfig-vim"]
path = .vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/vim-toml"]
path = .vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule ".vim/bundle/salt-vim"]
path = .vim/bundle/salt-vim
url = https://github.com/saltstack/salt-vim.git
[submodule ".vim/bundle/yajs.vim"]
path = .vim/bundle/yajs.vim
url = https://github.com/othree/yajs.vim.git
[submodule ".vim/bundle/vim-python-pep8-indent"]
path = .vim/bundle/vim-python-pep8-indent
url = https://github.com/hynek/vim-python-pep8-indent.git
[submodule ".vim/bundle/vim-raml"]
path = .vim/bundle/vim-raml
url = https://github.com/IN3D/vim-raml.git