-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
63 lines (63 loc) · 2.67 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
[submodule ".vim/vim-colors-solarized"]
path = vim/.vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/vim-surround"]
path = vim/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/vim-gitgutter"]
path = vim/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/vim-commentary"]
path = vim/.vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/nerdtree"]
path = vim/.vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/.vim/bundle/vim-repeat"]
path = vim/.vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/.vim/bundle/vim-fugitive"]
path = vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/.vim/bundle/ale"]
path = vim/.vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule "vim/.vim/bundle/lightline.vim"]
path = vim/.vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim.git
[submodule "vim/.vim/bundle/vim-polyglot"]
path = vim/.vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule "tmux/.tmux/plugins/resurrect"]
path = tmux/.tmux/plugins/resurrect
url = https://github.com/tmux-plugins/tmux-resurrect.git
[submodule "vim/.vim/bundle/vim-startify"]
path = vim/.vim/bundle/vim-startify
url = https://github.com/mhinz/vim-startify.git
[submodule "vim/.vim/bundle/ack.vim"]
path = vim/.vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim
[submodule "vim/.vim/bundle/vim-tmux-navigator"]
path = vim/.vim/bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
[submodule "vim/.vim/bundle/vim-multiple-cursors"]
path = vim/.vim/bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule "vim/.vim/bundle/CamelCaseMotion.vim"]
path = vim/.vim/bundle/CamelCaseMotion.vim
url = https://github.com/bkad/CamelCaseMotion
[submodule "vim/.vim/bundle/vim-sensible"]
path = vim/.vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "vim/.vim/bundle/vim-abolish"]
path = vim/.vim/bundle/vim-abolish
url = https://github.com/tpope/vim-abolish.git
[submodule "vim/.vim/bundle/ctrlp.vim"]
path = vim/.vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vim/.vim/bundle/comfortable-motion.vim"]
path = vim/.vim/bundle/comfortable-motion.vim
url = https://github.com/yuttie/comfortable-motion.vim
[submodule "vim/.vim/bundle/markdown-toc"]
path = vim/.vim/bundle/markdown-toc
url = https://github.com/mzlogin/vim-markdown-toc.git