Move common configuration into common

This commit is contained in:
Adam Gausmann 2018-12-16 14:16:08 -06:00
parent 86840a5123
commit a70063ca5b
5 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View file

@ -1,9 +1,9 @@
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
path = common/.vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
path = common/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/ale"]
path = .vim/bundle/ale
path = common/.vim/bundle/ale
url = https://github.com/w0rp/ale.git