From a70063ca5bbfbe381a05e324e727541fe256085b Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sun, 16 Dec 2018 14:16:08 -0600 Subject: [PATCH] Move common configuration into common --- .gitmodules | 6 +++--- {.vim => common/.vim}/bundle/ale | 0 {.vim => common/.vim}/bundle/vim-gitgutter | 0 {.vim => common/.vim}/bundle/vim-pathogen | 0 .vimrc => common/.vimrc | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename {.vim => common/.vim}/bundle/ale (100%) rename {.vim => common/.vim}/bundle/vim-gitgutter (100%) rename {.vim => common/.vim}/bundle/vim-pathogen (100%) rename .vimrc => common/.vimrc (100%) diff --git a/.gitmodules b/.gitmodules index 13f6001..f4c1c4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.vim/bundle/ale b/common/.vim/bundle/ale similarity index 100% rename from .vim/bundle/ale rename to common/.vim/bundle/ale diff --git a/.vim/bundle/vim-gitgutter b/common/.vim/bundle/vim-gitgutter similarity index 100% rename from .vim/bundle/vim-gitgutter rename to common/.vim/bundle/vim-gitgutter diff --git a/.vim/bundle/vim-pathogen b/common/.vim/bundle/vim-pathogen similarity index 100% rename from .vim/bundle/vim-pathogen rename to common/.vim/bundle/vim-pathogen diff --git a/.vimrc b/common/.vimrc similarity index 100% rename from .vimrc rename to common/.vimrc