Fix lazy sync in nvim.
This commit is contained in:
parent
e26650d344
commit
2364eb5ee3
@ -46,7 +46,7 @@ fi
|
|||||||
function ud() {
|
function ud() {
|
||||||
wd dots && git pull
|
wd dots && git pull
|
||||||
for i in $XDG_CONFIG_HOME/nvim ~/.local/git/zsh_modules/*; do sh -c "cd $i && git pull"; done
|
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
|
rm -rf ~/go
|
||||||
cd
|
cd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user