-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
47 lines (46 loc) · 1.72 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
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule ".vim/bundle/tcomment_vim"]
path = .vim/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim
[submodule ".vim/bundle/vim-nerdtree-tabs"]
path = .vim/bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs
[submodule ".vim/bundle/AutoComplPop"]
path = .vim/bundle/AutoComplPop
url = https://github.com/vim-scripts/AutoComplPop
ignore = dirty
[submodule ".vim/bundle/logstash.vim"]
path = .vim/bundle/logstash.vim
url = https://github.com/vim-scripts/logstash.vim
[submodule ".vim/bundle/emmet-vim"]
path = .vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim
[submodule ".vim/bundle/screen"]
path = .vim/bundle/screen
url = https://github.com/ervandew/screen.git
[submodule ".vim/bundle/vim-slime"]
path = .vim/bundle/vim-slime
url = https://github.com/jpalardy/vim-slime.git
[submodule ".vim/bundle/indentpython.vim"]
path = .vim/bundle/indentpython.vim
url = https://github.com/vim-scripts/indentpython.vim
[submodule ".vim/bundle/vim-flake8"]
path = .vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule ".vim/bundle/jedi-vim"]
path = .vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim