-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
63 lines (63 loc) · 2.17 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 "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git@github.com:tpope/vim-fugitive.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = git@github.com:pangloss/vim-javascript.git
[submodule "bundle/vim-gnupg"]
path = bundle/vim-gnupg
url = git@github.com:jamessan/vim-gnupg.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git@github.com:scrooloose/nerdtree.git
[submodule "vim-pathogen"]
path = vim-pathogen
url = git@github.com:tpope/vim-pathogen.git
[submodule "bundle/lightline.vim"]
path = bundle/lightline.vim
url = git@github.com:itchyny/lightline.vim.git
[submodule "bundle/vim-ansible-yaml"]
path = bundle/vim-ansible-yaml
url = git@github.com:chase/vim-ansible-yaml.git
[submodule "bundle/vim-tmux-navigator"]
path = bundle/vim-tmux-navigator
url = git@github.com:christoomey/vim-tmux-navigator.git
[submodule "bundle/rust.vim"]
path = bundle/rust.vim
url = git@github.com:rust-lang/rust.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git@github.com:scrooloose/syntastic.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = git@github.com:fatih/vim-go.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git@github.com:majutsushi/tagbar.git
[submodule "bundle/papercolor-theme"]
path = bundle/papercolor-theme
url = git://github.com/NLKNguyen/papercolor-theme
[submodule "bundle/tern_for_vim"]
path = bundle/tern_for_vim
url = git@github.com:ternjs/tern_for_vim.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = git@github.com:Valloric/YouCompleteMe.git
[submodule "bundle/fzf"]
path = bundle/fzf
url = git@github.com:junegunn/fzf.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = git@github.com:SirVer/ultisnips.git
[submodule "/Users/pawel/.vim/bundle/vim-markdown"]
path = bundle/vim-markdown
url = git@github.com:tpope/vim-markdown
[submodule "bundle/file-line"]
path = bundle/file-line
url = git@github.com:bogado/file-line.git
[submodule "bundle/vim-easy-align"]
path = bundle/vim-easy-align
url = git@github.com:junegunn/vim-easy-align.git
[submodule "bundle/deoplete"]
path = bundle/deoplete
url = git@github.com:Shougo/deoplete.nvim.git