Fix lazy sync in nvim.
This commit is contained in:
parent
e26650d344
commit
2364eb5ee3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue