Remove vim-pathogen

This commit is contained in:
Louis Royer 2019-09-05 19:54:02 +02:00
parent f37eb07e58
commit 9c19ae0ae2
2 changed files with 1 additions and 8 deletions

View File

@ -5,7 +5,7 @@ echo 'setxkbmap -layout "fr,fr" -variant bepo, -option "grp:shifts_toggle"' >> /
. /home/etu/.bashrc . /home/etu/.bashrc
echo "Installing some usefull softwares" 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" echo "Cloning git repository"
git clone https://git.flavien.ovh/louis_royer/tp --depth 1 git clone https://git.flavien.ovh/louis_royer/tp --depth 1

View File

@ -1,10 +1,3 @@
" Activation de vim-pathogen pour linstallation de plugins
execute pathogen#infect()
"Plugin pour rust
"rustfmt à chaque sauvegarde
let g:rustfmt_autosave = 1
" Appliquer automatiquement les modifications de ~/.vimrc " Appliquer automatiquement les modifications de ~/.vimrc
if has("autocmd") if has("autocmd")
autocmd! bufwritepost .vimrc source ~/.vimrc autocmd! bufwritepost .vimrc source ~/.vimrc