Nvim: change package manager from packer to lazy
This commit is contained in:
parent
a8211ed1d8
commit
12564939a7
5 changed files with 102 additions and 129 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue