diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-30 14:55:00 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-30 14:55:00 +0000 |
commit | 9241360227fb4b36619a71e20f49fb47c508125c (patch) | |
tree | 55737622ff838f0fa76aaeb012fa97bd096f2b88 | |
parent | 4fbc8645147de6b134b9540753239810b2cf7942 (diff) |
Adapt .gitmodules to new repository
-rw-r--r-- | .gitmodules | 2 | ||||
m--------- | .perso | 0 | ||||
-rw-r--r-- | .vim/vimrc | 3 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index ed3b4ac..321421c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,4 +18,4 @@ url = https://github.com/uvaes/passwords [submodule ".perso"] path = .perso - url = https://github.com/uvaes/perso + url = https://github.com/uvaes/personal diff --git a/.perso b/.perso -Subproject cbd631c15f4e4ba4c8cc653999963557ee59a57 +Subproject 195616282968e88cbb27cca8e835c926313d69d @@ -38,8 +38,7 @@ Plug 'tpope/vim-surround' Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-vinegar' Plug 'troydm/zoomwintab.vim' -Plug 'Valloric/YouCompleteMe' -", { 'do' : './install.sh --clang-completer' } +Plug 'Valloric/YouCompleteMe', { 'do' : './install.py --clang-completer' } call plug#end() let g:vimtex_fold_enabled=0 |