forked from preslavmihaylov/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
63 lines (63 loc) · 2.37 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/bundle/incsearch.vim"]
path = vim/bundle/incsearch.vim
url = https://github.com/haya14busa/incsearch.vim
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/vim-nerdtree-tabs"]
path = vim/bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs
[submodule "vim/bundle/vim-todo-lists"]
path = vim/bundle/vim-todo-lists
url = https://github.com/aserebryakov/vim-todo-lists
[submodule "vim/bundle/YouCompleteMe"]
path = vim/bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule "vim/bundle/vim-gutentags"]
path = vim/bundle/vim-gutentags
url = https://github.com/ludovicchabant/vim-gutentags
[submodule "vim/bundle/gutentags_plus"]
path = vim/bundle/gutentags_plus
url = https://github.com/skywind3000/gutentags_plus
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "vim/bundle/vim-over"]
path = vim/bundle/vim-over
url = https://github.com/osyo-manga/vim-over
[submodule "tmux-gitbar"]
path = tmux-gitbar
url = https://github.com/arl/tmux-gitbar
[submodule "vim/bundle/fzf.vim"]
path = vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
[submodule "vim/bundle/auto-pairs"]
path = vim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs
[submodule "vim/bundle/ale"]
path = vim/bundle/ale
url = https://github.com/dense-analysis/ale
[submodule "vim/bundle/vim-jsx-pretty"]
path = vim/bundle/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty
[submodule "vim/bundle/vim-prettier"]
path = vim/bundle/vim-prettier
url = https://github.com/prettier/vim-prettier
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/bundle/vim-airline-themes"]
path = vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "vim/bundle/vim-wakatime"]
path = vim/bundle/vim-wakatime
url = git://github.com/wakatime/vim-wakatime.git