commit 5be71be03d75f68758e0dc970749cde9bf20290c
parent 0c93da4837071150deefc30dca17fa79d72fbd6c
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Wed, 10 Jun 2026 00:48:03 +0200
Add nvim plugin installation to bootstrap script
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bootstrap.sh b/bootstrap.sh
@@ -48,6 +48,10 @@ gitdotfiles update-index --skip-worktree "$HOME/README.md" "$HOME/COPYING" "$HOM
cd "$HOME"
rm -rf "$tempdir"
+echo "Installing nvim pluggins..."
+nvim --headless '+qa'
+echo
+
if [ -d "$backupdest" ]; then
echo
echo "Some files from the repository were already created in this machine, they have"