remove hardcoded home directory

master
Andrew Coleman 2020-10-30 14:26:39 -04:00
parent 7f65f95a04
commit 0e426377cd
1 changed files with 16 additions and 16 deletions

32
.gitmodules vendored
View File

@ -25,29 +25,29 @@
[submodule ".vim/bundle/vim-gitbranch"]
path = .vim/bundle/vim-gitbranch
url = https://github.com/itchyny/vim-gitbranch.git
[submodule "/home/andrew/.vim/bundle/ansible-vim"]
path = /home/andrew/.vim/bundle/ansible-vim
[submodule ".vim/bundle/ansible-vim"]
path = .vim/bundle/ansible-vim
url = https://github.com/pearofducks/ansible-vim
[submodule "/home/andrew/.vim/bundle/direnv.vim"]
path = /home/andrew/.vim/bundle/direnv.vim
[submodule ".vim/bundle/direnv.vim"]
path = .vim/bundle/direnv.vim
url = https://github.com/direnv/direnv.vim.git
[submodule "/home/andrew/.vim/bundle/lightline-ale"]
path = /home/andrew/.vim/bundle/lightline-ale
[submodule ".vim/bundle/lightline-ale"]
path = .vim/bundle/lightline-ale
url = https://github.com/maximbaz/lightline-ale/
[submodule "/home/andrew/.vim/bundle/nerdtree-git-plugin"]
path = /home/andrew/.vim/bundle/nerdtree-git-plugin
[submodule ".vim/bundle/nerdtree-git-plugin"]
path = .vim/bundle/nerdtree-git-plugin
url = https://github.com/albfan/nerdtree-git-plugin.git
[submodule "/home/andrew/.vim/bundle/vim-nix"]
path = /home/andrew/.vim/bundle/vim-nix
[submodule ".vim/bundle/vim-nix"]
path = .vim/bundle/vim-nix
url = https://github.com/LnL7/vim-nix.git
[submodule "/home/andrew/.vim/bundle/vim-rails"]
path = /home/andrew/.vim/bundle/vim-rails
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "/home/andrew/.vim/bundle/vim-ruby"]
path = /home/andrew/.vim/bundle/vim-ruby
[submodule ".vim/bundle/vim-ruby"]
path = .vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby/
[submodule "/home/andrew/.vim/bundle/vim-terraform"]
path = /home/andrew/.vim/bundle/vim-terraform
[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