bin/gotags

Sun, 19 Feb 2023 13:25:46 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 19 Feb 2023 13:25:46 -0600
changeset 1031
ceb2e56c6e8f
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

Use vim-illuminate

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial