forked from ctfhacker/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
21 lines (21 loc) · 882 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "vim/.vim/bundle/jedi-vim"]
path = vim/.vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule "vim/.vim/bundle/vim-go"]
path = vim/.vim/bundle/vim-go
url = https://github.com/fatih/vim-go
[submodule "vim/.vim/bundle/neosnippet.vim"]
path = vim/.vim/bundle/neosnippet.vim
url = https://github.com/Shougo/neosnippet.vim
[submodule "vim/.vim/bundle/neosnippet-snippets"]
path = vim/.vim/bundle/neosnippet-snippets
url = https://github.com/Shougo/neosnippet-snippets
[submodule "vim/.vim/bundle/SimpleAutoComplPop"]
path = vim/.vim/bundle/SimpleAutoComplPop
url = https://github.com/roxma/SimpleAutoComplPop
[submodule "vim/.vim/bundle/vim-ps1"]
path = vim/.vim/bundle/vim-ps1
url = https://github.com/PProvost/vim-ps1
[submodule "vim/.vim/bundle/rust.vim"]
path = vim/.vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim