diff options
Diffstat (limited to 'pkgs/sources/update_vim_plugins/update.sh')
-rwxr-xr-x | pkgs/sources/update_vim_plugins/update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/sources/update_vim_plugins/update.sh b/pkgs/sources/update_vim_plugins/update.sh new file mode 100755 index 00000000..1bad12a9 --- /dev/null +++ b/pkgs/sources/update_vim_plugins/update.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +poetry update --lock + +# vim: ft=sh |