forked from jafow/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
45 lines (45 loc) · 1.93 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
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/vim-addon-mw-utils"]
path = .vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule ".vim/bundle/vim-snipmate"]
path = .vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/vim-snippets"]
path = .vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-vinegar"]
path = .vim/bundle/vim-vinegar
url = https://github.com/tpope/vim-vinegar.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/syntastic-local-eslint.vim"]
path = .vim/bundle/syntastic-local-eslint.vim
url = https://github.com/mtscout6/syntastic-local-eslint.vim.git
[submodule ".vim/bundle/ultisnips"]
path = .vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule ".vim/bundle/vim-lucius"]
path = .vim/bundle/vim-lucius
url = https://github.com/jonathanfilip/vim-lucius.git
[submodule ".vim/pack/git-plugins/start/vim-vue"]
path = .vim/pack/git-plugins/start/vim-vue
url = https://github.com/posva/vim-vue.git
[submodule ".vim/pack/git-plugins/start/fzf.vim"]
path = .vim/pack/git-plugins/start/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule ".vim/pack/git-plugins/start/LanguageClient-neovim"]
path = .vim/pack/git-plugins/start/LanguageClient-neovim
url = https://github.com/autozimu/LanguageClient-neovim.git