diff --git a/install.sh b/install.sh index 2c18d3f..288f4e5 100755 --- a/install.sh +++ b/install.sh @@ -17,4 +17,6 @@ else echo 'alias vimscode="~/.vim/vimscode.sh"' >> ~/.zshrc fi -echo "Installation terminé, lancer vim puis taper : et écrivez PluginInstall, sauvegardez et quittez." \ No newline at end of file +vim -c PluginInstall & + +echo "Installation terminé, lancer vim." \ No newline at end of file