Move common configuration into common
This commit is contained in:
parent
86840a5123
commit
a70063ca5b
5 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,9 +1,9 @@
|
||||||
[submodule ".vim/bundle/vim-pathogen"]
|
[submodule ".vim/bundle/vim-pathogen"]
|
||||||
path = .vim/bundle/vim-pathogen
|
path = common/.vim/bundle/vim-pathogen
|
||||||
url = https://github.com/tpope/vim-pathogen.git
|
url = https://github.com/tpope/vim-pathogen.git
|
||||||
[submodule ".vim/bundle/vim-gitgutter"]
|
[submodule ".vim/bundle/vim-gitgutter"]
|
||||||
path = .vim/bundle/vim-gitgutter
|
path = common/.vim/bundle/vim-gitgutter
|
||||||
url = https://github.com/airblade/vim-gitgutter.git
|
url = https://github.com/airblade/vim-gitgutter.git
|
||||||
[submodule ".vim/bundle/ale"]
|
[submodule ".vim/bundle/ale"]
|
||||||
path = .vim/bundle/ale
|
path = common/.vim/bundle/ale
|
||||||
url = https://github.com/w0rp/ale.git
|
url = https://github.com/w0rp/ale.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue