Neovim - switch configuration to lua.

This commit is contained in:
Bartek Stalewski 2023-04-07 16:38:45 +02:00
parent 10b09e931d
commit b23134ce6f
4 changed files with 100 additions and 1 deletions

View file

@ -31,7 +31,7 @@ fi
function ud() {
wd dots && git pull
for i in $XDG_DATA_HOME/repos/zsh_modules/*; do sh -c "cd $i && git pull"; done
nvim -c "PlugUpdate" -c "PlugClean" -c "q" -c "q"
nvim --headless -c "Lazy sync" -c "q"
rm -rf ~/go
cd
}