-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
52 lines (52 loc) · 1.86 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
49
50
51
52
[submodule "vim/pathogen"]
path = vim/pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "vim/bundle/unite.vim"]
path = vim/bundle/unite.vim
url = https://github.com/Shougo/unite.vim
[submodule "vim/bundle/vim-misc"]
path = vim/bundle/vim-misc
url = https://github.com/xolox/vim-misc
[submodule "vim/bundle/vim-session"]
path = vim/bundle/vim-session
url = https://github.com/xolox/vim-session
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/vim-multiple-cursors"]
path = vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "vim/bundle/vimproc.vim"]
ignore = dirty
path = vim/bundle/vimproc.vim
url = https://github.com/Shougo/vimproc.vim
[submodule "vim/bundle/vim-smartinput"]
path = vim/bundle/vim-smartinput
url = https://github.com/kana/vim-smartinput
[submodule "vim/bundle/gundo.vim"]
path = vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim/
[submodule "vim/bundle/tcomment_vim"]
path = vim/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim
[submodule "vim/bundle/lightline.vim"]
path = vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
[submodule "vim/bundle/vim-qml"]
path = vim/bundle/vim-qml
url = https://github.com/peterhoeg/vim-qml
[submodule "vim/bundle/vim-flake8"]
path = vim/bundle/vim-flake8
url = https://github.com/nvie/vim-flake8