Nvim: change package manager from packer to lazy

This commit is contained in:
Marko Korhonen 2023-02-22 14:45:30 +02:00
parent a8211ed1d8
commit 12564939a7
5 changed files with 102 additions and 129 deletions

View file

@ -164,7 +164,7 @@ update() {
plugins() {
echo "Updating NeoVim plugins"
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
nvim --headless "+Lazy! sync" +qa
echo "Updating NeoVim TreeSitter"
nvim --headless +TSUpdateSync +qa
zinit self-update