diff options
| -rw-r--r-- | windows/bin/nvim-update.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/bin/nvim-update.cmd b/windows/bin/nvim-update.cmd new file mode 100644 index 0000000..7e8260e --- /dev/null +++ b/windows/bin/nvim-update.cmd | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | @echo off | ||
| 2 | nvim --headless "+Lazy! sync" "+qa" | ||
