This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bare-dotfiles/.gitmodules

58 lines
2.3 KiB
Plaintext

[submodule ".vim/bundle/lightline.vim"]
path = .vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/typescript-vim"]
path = .vim/bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule ".vim/bundle/vim-elixir"]
path = .vim/bundle/vim-elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "vim/bundle/vim-gitbranch"]
path = vim/bundle/vim-gitbranch
url = https://github.com/itchyny/vim-gitbranch.git
[submodule ".vim/bundle/vim-gitbranch"]
path = .vim/bundle/vim-gitbranch
url = https://github.com/itchyny/vim-gitbranch.git
[submodule ".vim/bundle/ansible-vim"]
path = .vim/bundle/ansible-vim
url = https://github.com/pearofducks/ansible-vim
[submodule ".vim/bundle/direnv.vim"]
path = .vim/bundle/direnv.vim
url = https://github.com/direnv/direnv.vim.git
[submodule ".vim/bundle/lightline-ale"]
path = .vim/bundle/lightline-ale
url = https://github.com/maximbaz/lightline-ale/
[submodule ".vim/bundle/nerdtree-git-plugin"]
path = .vim/bundle/nerdtree-git-plugin
url = https://github.com/albfan/nerdtree-git-plugin.git
[submodule ".vim/bundle/vim-nix"]
path = .vim/bundle/vim-nix
url = https://github.com/LnL7/vim-nix.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby/
[submodule ".vim/bundle/vim-terraform"]
path = .vim/bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule ".vim/bundle/vim-toml"]
path = .vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule ".vim/bundle/vim-trailing-whitespace"]
path = .vim/bundle/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace/