fixed paths

This commit is contained in:
radumacocian
2024-08-18 19:43:39 +02:00
parent 7725a2d0ce
commit 3c088d0fb2

View File

@@ -18,7 +18,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
fi
cd nvim_config
ln -s .config/nvim ~/.config/nvim
ln -s .vim/undodir ~/.vim/undodir
ln -s ~/projects/nvim_config/.config/nvim ~/.config/nvim
ln -s ~/projects/nvim_config/.vim/undodir ~/.vim/undodir
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'