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