Fix lazy sync in nvim.

This commit is contained in:
Bartek Stalewski 2024-03-08 15:58:59 +01:00
parent e26650d344
commit 2364eb5ee3
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ fi
function ud() {
wd dots && git pull
for i in $XDG_CONFIG_HOME/nvim ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
nvim -c "Lazy update"
nvim -c "lua require('lazy').sync({wait = true})"
rm -rf ~/go
cd
}