about summary refs log tree commit diff stats
path: root/pkgs/sources/update_vim_plugins/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/sources/update_vim_plugins/update.sh')
-rwxr-xr-xpkgs/sources/update_vim_plugins/update.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/sources/update_vim_plugins/update.sh b/pkgs/sources/update_vim_plugins/update.sh
deleted file mode 100755
index 1bad12a9..00000000
--- a/pkgs/sources/update_vim_plugins/update.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/usr/bin/env sh
-
-poetry update --lock
-
-# vim: ft=sh