Add post install/update functionality.
This commit is contained in:
parent
da19c0a6c9
commit
c9d2cf6c80
5 changed files with 25 additions and 4 deletions
3
scripts/post-update.sh
Normal file
3
scripts/post-update.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nvim -c "lua require('lazy').sync({wait = true})"
|
Loading…
Add table
Add a link
Reference in a new issue