modified packer command

This commit is contained in:
radumacocian
2024-08-18 21:36:31 +02:00
parent 1f719d9052
commit 0935efcd5e
2 changed files with 2 additions and 2 deletions

View File

@@ -51,5 +51,5 @@ if [ ! -d "$HOME/.vim" ]; then
fi
ln -s ~/projects/setup/.vim/undodir ~/.vim/undodir
echo "----- Running PackerSync -----"
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
cd ~/projects/setup/.config/nvim/lua/wicked
nvim packer.lua --headless -c 'so' -c 'PackerSync' -c 'qall'