bin/gotags

Mon, 07 Feb 2022 23:57:02 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 07 Feb 2022 23:57:02 -0600
changeset 980
ab27e37bbb82
parent 957
ea852d545173
child 992
4e3e37ce84bc
permissions
-rwxr-xr-x

remove notes about vimproc

#!/bin/sh
set -eu
. ~/.lib/sh/stubexec.sh

install_it() {
  go install github.com/jstemmer/gotags@latest
  asdf reshim || :
}

stubexec "$@"

mercurial