home/.gitmodules
Salt 71052cae0d .local/bin: Move binaries to their own repository
Easier to keep track of them that way.
2018-02-03 00:37:17 -06:00

23 lines
826 B
Plaintext

[submodule ".vim/bundle/vim-closetag"]
path = .vim/bundle/vim-closetag
url = git@github.com:alvan/vim-closetag.git
[submodule ".vim/bundle/gruvbox"]
path = .vim/bundle/gruvbox
url = git@github.com:morhetz/gruvbox.git
[submodule ".vim/bundle/SimpylFold"]
path = .vim/bundle/SimpylFold
url = git@github.com:tmhedberg/SimpylFold.git
[submodule ".vim/bundle/vim-template"]
path = .vim/bundle/vim-template
url = git@github.com:aperezdc/vim-template.git
[submodule ".vim/bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = git@github.com:Valloric/YouCompleteMe.git
branch = master
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = git@github.com:altercation/vim-colors-solarized.git
[submodule ".local/bin"]
path = .local/bin
url = git@github.com:rehashedsalt/bin