From 0e426377cd987187a49f2a7578380760f2342425 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Fri, 30 Oct 2020 14:26:39 -0400 Subject: [PATCH] remove hardcoded home directory --- .gitmodules | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3325200..9d49d9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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