Neovim repository should be updated too.

This commit is contained in:
Bartek Stalewski 2023-10-09 21:12:58 +02:00
parent 41d362a362
commit 97554965e5

View File

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