mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
fixed paths
This commit is contained in:
@@ -18,7 +18,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd nvim_config
|
cd nvim_config
|
||||||
ln -s .config/nvim ~/.config/nvim
|
ln -s ~/projects/nvim_config/.config/nvim ~/.config/nvim
|
||||||
ln -s .vim/undodir ~/.vim/undodir
|
ln -s ~/projects/nvim_config/.vim/undodir ~/.vim/undodir
|
||||||
|
|
||||||
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||||
|
|||||||
Reference in New Issue
Block a user