diff --git a/.vim/undodir/%home%rmaco%projects%nvim_config%install.sh b/.vim/undodir/%home%rmaco%projects%nvim_config%install.sh index 0ab20a2..1f3b6cf 100644 Binary files a/.vim/undodir/%home%rmaco%projects%nvim_config%install.sh and b/.vim/undodir/%home%rmaco%projects%nvim_config%install.sh differ diff --git a/install.sh b/install.sh index ce5bdca..bd2c461 100644 --- a/install.sh +++ b/install.sh @@ -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'