removed 2nd bug nvim from PackerSync command

This commit is contained in:
radumacocian
2024-08-18 22:33:00 +02:00
parent 57c676525c
commit 626e30ea4e
2 changed files with 1 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
fi fi
fi fi
sudo nvim --headless nvim ~/projects/setup/.config/nvim/lua/wicked/packer.lua\ sudo nvim --headless ~/projects/setup/.config/nvim/lua/wicked/packer.lua\
-c 'autocmd User PackerComplete quitall' -c 'so' -c 'PackerSync' -c 'autocmd User PackerComplete quitall' -c 'so' -c 'PackerSync'
echo "----- Copying NVIM configuration -----" echo "----- Copying NVIM configuration -----"