-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
56 lines (42 loc) · 1.48 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
[submodule "fzf"]
path = bundle/fzf.vim
url = git@github.com:junegunn/fzf.vim.git
[submodule "neocomplete"]
path = bundle/neocomplete.vim
url = git@github.com:Shougo/neocomplete.vim.git
[submodule "nerdtree"]
path = bundle/nerdtree
url = git@github.com:scrooloose/nerdtree.git
[submodule "vdebug"]
path = bundle/vdebug
url = git@github.com:joonty/vdebug.git
[submodule "vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git@github.com:altercation/vim-colors-solarized.git
[submodule "ale"]
path = bundle/ale
url = git@github.com:w0rp/ale.git
[submodule "vim-fugitive"]
path = bundle/vim-fugitive
url = git@github.com:tpope/vim-fugitive.git
[submodule "tcomment_vim"]
path = bundle/tcomment_vim
url = git@github.com:tomtom/tcomment_vim.git
[submodule "vim-airline"]
path = bundle/vim-airline
url = git@github.com:vim-airline/vim-airline.git
[submodule "vim-airline-themes"]
path = bundle/vim-airline-themes
url = git@github.com:vim-airline/vim-airline-themes.git
[submodule "Powerline Fonts"]
path = dependencies/fonts
url = git@github.com:powerline/fonts.git
[submodule "Editor Config"]
path = bundle/editorconfig-vim
url = git@github.com:editorconfig/editorconfig-vim.git
[submodule "Ripgrep"]
path = bundle/vim-ripgrep
url = git@github.com:jremmen/vim-ripgrep.git
[submodule "Vim Surround"]
path = bundle/vim-surround
url = git@github.com:tpope/vim-surround.git