From a55a64a8462a99fcd283743343184f669d9c3520 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 25 Dec 2025 14:28:43 +0500 Subject: vim: add argc template and snippet --- files/.vim/templates/=template=.argc-sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 files/.vim/templates/=template=.argc-sh (limited to 'files/.vim/templates') diff --git a/files/.vim/templates/=template=.argc-sh b/files/.vim/templates/=template=.argc-sh new file mode 100755 index 0000000..0ce19ab --- /dev/null +++ b/files/.vim/templates/=template=.argc-sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +set -euo pipefail + +# @describe + +main() { + +} + +eval "$(argc --argc-eval "$0" "$@")" -- cgit v1.2.3