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