7 lines
141 B
Text
7 lines
141 B
Text
|
#!/usr/bin/env zsh
|
||
|
|
||
|
##? update lazy.vim plugins/lock-file
|
||
|
|
||
|
nvim --headless "+Lazy! update" +qa
|
||
|
chezmoi add $HOME/.config/nvim/lazy-lock.json
|