From 9c19ae0ae216fea0408db902f61e75171f55b964 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 5 Sep 2019 19:54:02 +0200 Subject: [PATCH] Remove vim-pathogen --- install.sh | 2 +- vim/vimrc | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/install.sh b/install.sh index 7317968..de2585e 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ echo 'setxkbmap -layout "fr,fr" -variant bepo, -option "grp:shifts_toggle"' >> / . /home/etu/.bashrc echo "Installing some usefull softwares" -sudo apt install ripgrep exa git vim byobu -y +sudo apt install ripgrep exa git vim byobu vim-syntastic -y echo "Cloning git repository" git clone https://git.flavien.ovh/louis_royer/tp --depth 1 diff --git a/vim/vimrc b/vim/vimrc index 92e74f1..ae56621 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,10 +1,3 @@ -" Activation de vim-pathogen pour l’installation de plugins -execute pathogen#infect() - -"Plugin pour rust -"rustfmt à chaque sauvegarde -let g:rustfmt_autosave = 1 - " Appliquer automatiquement les modifications de ~/.vimrc if has("autocmd") autocmd! bufwritepost .vimrc source ~/.vimrc