-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
26 lines (26 loc) · 1.01 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
[submodule "src/.vim/bundle/rust.vim"]
path = src/.vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "src/.vim/bundle/vim-lucius"]
path = src/.vim/bundle/vim-lucius
url = https://github.com/jonathanfilip/vim-lucius
[submodule "src/.vim/plugin/vim-cisco-ios"]
path = src/.vim/plugin/vim-cisco-ios
url = https://github.com/CyCoreSystems/vim-cisco-ios
[submodule "src/.vim/bundle/vim-autopep8"]
path = src/.vim/bundle/vim-autopep8
url = https://github.com/tell-k/vim-autopep8.git
branch = master
[submodule "src/.vim/bundle/vim-raku"]
path = src/.vim/bundle/vim-raku
url = https://github.com/raku/vim-raku
branch = master
[submodule "src/.vim/bundle/vim-go"]
path = src/.vim/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "src/.vim/bundle/vim-bundle-mako"]
path = src/.vim/bundle/vim-bundle-mako
url = https://github.com/sophacles/vim-bundle-mako
[submodule "src/.vim/bundle/python-mode"]
path = src/.vim/bundle/python-mode
url = https://github.com/python-mode/python-mode