feat(nvim): migrate from Packer to Lazy

This commit is contained in:
Stefan Imhoff
2022-12-22 17:20:47 +01:00
parent 03f9616960
commit 9b45062374
5 changed files with 278 additions and 182 deletions

2
zshrc
View File

@@ -94,7 +94,7 @@ function update () {
pip list -o --format columns| cut -d' ' -f1|xargs -n1 pip install -U
npm update npm -g
npm update -g
nvim -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
nvim --headless "+Lazy! sync" +qa
sudo softwareupdate -i -a
}