-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
45 lines (45 loc) · 1.72 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/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/solarized"]
path = .vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule ".vim/bundle/pathogen"]
path = .vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen
[submodule ".vim/bundle/vim-fish"]
path = .vim/bundle/vim-fish
url = https://github.com/dag/vim-fish
[submodule ".vim/bundle/vim-meson"]
path = .vim/bundle/vim-meson
url = https://github.com/matze/vim-meson
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/bundle/jedi-vim"]
path = .vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule ".vim/bundle/tsuquyomi"]
path = .vim/bundle/tsuquyomi
url = https://github.com/Quramy/tsuquyomi.git
[submodule ".vim/bundle/rainbow_levels.vim"]
path = .vim/bundle/rainbow_levels.vim
url = https://github.com/thiagoalessio/rainbow_levels.vim.git
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/vim-toml"]
path = .vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule ".vim/bundle/open-browser-github"]
path = .vim/bundle/open-browser-github
url = https://github.com/tyru/open-browser-github.vim.git
[submodule ".vim/bundle/open-browser"]
path = .vim/bundle/open-browser
url = https://github.com/tyru/open-browser.vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/fzf.vim"]
path = .vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git