-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
92 lines (75 loc) · 2.61 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[submodule "ale"]
path = vim/.vim/bundle/ale
url = https://github.com/dense-analysis/ale
branch = master
[submodule "auto-pairs"]
path = vim/.vim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs
branch = master
[submodule "base16-vim"]
path = vim/.vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim
branch = master
[submodule "ctrlp.vim"]
path = vim/.vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
branch = master
[submodule "fzf"]
path = vim/.vim/bundle/fzf
url = https://github.com/junegunn/fzf.vim
branch = master
[submodule "fzf.vim"]
path = vim/.vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
branch = master
[submodule "nerdtree"]
path = vim/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
branch = master
[submodule "nord-vim"]
path = vim/.vim/bundle/nord-vim
url = https://github.com/arcticicestudio/nord-vim
branch = master
[submodule "vim-airline"]
path = vim/.vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
branch = master
[submodule "vim-airline-themes"]
path = vim/.vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
branch = master
[submodule "vim-better-whitespace"]
path = vim/.vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace
branch = master
[submodule "vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
branch = master
[submodule "vim-gitbranch"]
path = vim/.vim/bundle/vim-gitbranch
url = https://github.com/itchyny/vim-gitbranch
branch = master
[submodule "vim-gitgutter"]
path = vim/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
branch = master
[submodule "vim-multiple-cursors"]
path = vim/.vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
branch = master
[submodule "vim-rubocop"]
path = vim/.vim/bundle/vim-rubocop
url = https://github.com/ngmy/vim-rubocop
branch = master
[submodule "vim-surround"]
path = vim/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
branch = master
[submodule "Vundle.vim"]
path = vim/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim
branch = master
[submodule "vim/.vim/bundle/indentLine"]
path = vim/.vim/bundle/indentLine
url = https://github.com/Yggdroot/indentLine