Remove vim-pathogen
This commit is contained in:
parent
f37eb07e58
commit
9c19ae0ae2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user