remove hardcoded home directory
parent
7f65f95a04
commit
0e426377cd
|
@ -25,29 +25,29 @@
|
||||||
[submodule ".vim/bundle/vim-gitbranch"]
|
[submodule ".vim/bundle/vim-gitbranch"]
|
||||||
path = .vim/bundle/vim-gitbranch
|
path = .vim/bundle/vim-gitbranch
|
||||||
url = https://github.com/itchyny/vim-gitbranch.git
|
url = https://github.com/itchyny/vim-gitbranch.git
|
||||||
[submodule "/home/andrew/.vim/bundle/ansible-vim"]
|
[submodule ".vim/bundle/ansible-vim"]
|
||||||
path = /home/andrew/.vim/bundle/ansible-vim
|
path = .vim/bundle/ansible-vim
|
||||||
url = https://github.com/pearofducks/ansible-vim
|
url = https://github.com/pearofducks/ansible-vim
|
||||||
[submodule "/home/andrew/.vim/bundle/direnv.vim"]
|
[submodule ".vim/bundle/direnv.vim"]
|
||||||
path = /home/andrew/.vim/bundle/direnv.vim
|
path = .vim/bundle/direnv.vim
|
||||||
url = https://github.com/direnv/direnv.vim.git
|
url = https://github.com/direnv/direnv.vim.git
|
||||||
[submodule "/home/andrew/.vim/bundle/lightline-ale"]
|
[submodule ".vim/bundle/lightline-ale"]
|
||||||
path = /home/andrew/.vim/bundle/lightline-ale
|
path = .vim/bundle/lightline-ale
|
||||||
url = https://github.com/maximbaz/lightline-ale/
|
url = https://github.com/maximbaz/lightline-ale/
|
||||||
[submodule "/home/andrew/.vim/bundle/nerdtree-git-plugin"]
|
[submodule ".vim/bundle/nerdtree-git-plugin"]
|
||||||
path = /home/andrew/.vim/bundle/nerdtree-git-plugin
|
path = .vim/bundle/nerdtree-git-plugin
|
||||||
url = https://github.com/albfan/nerdtree-git-plugin.git
|
url = https://github.com/albfan/nerdtree-git-plugin.git
|
||||||
[submodule "/home/andrew/.vim/bundle/vim-nix"]
|
[submodule ".vim/bundle/vim-nix"]
|
||||||
path = /home/andrew/.vim/bundle/vim-nix
|
path = .vim/bundle/vim-nix
|
||||||
url = https://github.com/LnL7/vim-nix.git
|
url = https://github.com/LnL7/vim-nix.git
|
||||||
[submodule "/home/andrew/.vim/bundle/vim-rails"]
|
[submodule ".vim/bundle/vim-rails"]
|
||||||
path = /home/andrew/.vim/bundle/vim-rails
|
path = .vim/bundle/vim-rails
|
||||||
url = https://github.com/tpope/vim-rails.git
|
url = https://github.com/tpope/vim-rails.git
|
||||||
[submodule "/home/andrew/.vim/bundle/vim-ruby"]
|
[submodule ".vim/bundle/vim-ruby"]
|
||||||
path = /home/andrew/.vim/bundle/vim-ruby
|
path = .vim/bundle/vim-ruby
|
||||||
url = https://github.com/vim-ruby/vim-ruby/
|
url = https://github.com/vim-ruby/vim-ruby/
|
||||||
[submodule "/home/andrew/.vim/bundle/vim-terraform"]
|
[submodule ".vim/bundle/vim-terraform"]
|
||||||
path = /home/andrew/.vim/bundle/vim-terraform
|
path = .vim/bundle/vim-terraform
|
||||||
url = https://github.com/hashivim/vim-terraform.git
|
url = https://github.com/hashivim/vim-terraform.git
|
||||||
[submodule ".vim/bundle/vim-toml"]
|
[submodule ".vim/bundle/vim-toml"]
|
||||||
path = .vim/bundle/vim-toml
|
path = .vim/bundle/vim-toml
|
||||||
|
|
Reference in New Issue