.lib/stubs/gotags

Fri, 29 Dec 2023 03:02:51 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 29 Dec 2023 03:02:51 -0600
changeset 1139
1359a563b5ce
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

split out LuaSnip spec

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial