diff --git a/.vim/undodir/%home%rmaco%projects%nvim_config%install.sh b/.vim/undodir/%home%rmaco%projects%nvim_config%install.sh deleted file mode 100644 index 1f3b6cf..0000000 Binary files a/.vim/undodir/%home%rmaco%projects%nvim_config%install.sh and /dev/null differ diff --git a/.vim/undodir/%home%rmaco%projects%setup%install.sh b/.vim/undodir/%home%rmaco%projects%setup%install.sh new file mode 100644 index 0000000..1e104cd Binary files /dev/null and b/.vim/undodir/%home%rmaco%projects%setup%install.sh differ diff --git a/install.sh b/install.sh index bd2c461..a12e893 100644 --- a/install.sh +++ b/install.sh @@ -39,6 +39,9 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then fi fi +nvim ~/projects/setup/.config/nvim/lua/wicked/packer.lua --headless\ + -c 'so' -c 'PackerSync' -c 'qall' + echo "----- Copying NVIM configuration -----" if [ ! -d "$HOME/.config" ]; then echo ".config folder not found. Creating one" @@ -50,6 +53,3 @@ if [ ! -d "$HOME/.vim" ]; then mkdir ~/.vim fi ln -s ~/projects/setup/.vim/undodir ~/.vim/undodir - -cd ~/projects/setup/.config/nvim/lua/wicked -nvim packer.lua --headless -c 'so' -c 'PackerSync' -c 'qall'