From 9241360227fb4b36619a71e20f49fb47c508125c Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 30 Oct 2015 14:55:00 +0000 Subject: Adapt .gitmodules to new repository --- .gitmodules | 2 +- .perso | 2 +- .vim/vimrc | 3 +-- 3 files changed, 3 insertions(+), 4 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 index cbd631c..1956162 160000 --- a/.perso +++ b/.perso @@ -1 +1 @@ -Subproject commit cbd631c15f4e4ba4c8cc653999963557ee59a574 +Subproject commit 195616282968e88cbb27cca8e835c926313d69dd diff --git a/.vim/vimrc b/.vim/vimrc index 1c814fd..d034bbf 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -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 -- cgit v1.2.3