-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
39 lines (39 loc) · 1.69 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
[submodule "pack/tpope/start/fugitive"]
path = pack/tpope/start/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "pack/tpope/start/commentary"]
path = pack/tpope/start/commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "pack/tpope/start/surround"]
path = pack/tpope/start/surround
url = https://github.com/tpope/vim-surround.git
[submodule "pack/themes/start/gruvbox"]
path = pack/themes/start/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "pack/themes/opt/dracula"]
path = pack/themes/opt/dracula
url = https://github.com/dracula/vim.git
[submodule "pack/dist/start/vim-airline"]
path = pack/dist/start/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "pack/dist/start/prompt-airline"]
path = pack/dist/start/prompt-airline
url = https://github.com/edkolev/promptline.vim.git
[submodule "pack/tmux/start/tmuxline"]
path = pack/tmux/start/tmuxline
url = https://github.com/edkolev/tmuxline.vim.git
[submodule "pack/tmux/start/vim-tmux"]
path = pack/tmux/start/vim-tmux
url = https://github.com/tmux-plugins/vim-tmux.git
[submodule "pack/markdown-preview/start/markdown-preview.nvim"]
path = pack/markdown-preview/start/markdown-preview.nvim
url = https://github.com/iamcco/markdown-preview.nvim.git
[submodule "pack/fzf/start/fzf"]
path = pack/fzf/start/fzf
url = https://github.com/junegunn/fzf.vim
[submodule "pack/vim-syntastic/start/syntastic"]
path = pack/vim-syntastic/start/syntastic
url = https://github.com/vim-syntastic/syntastic
[submodule "pack/ansible/start/ansible"]
path = pack/ansible/start/ansible
url = https://github.com/pearofducks/ansible-vim