bin/gotags

Wed, 05 Apr 2023 01:26:04 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 05 Apr 2023 01:26:04 -0500
changeset 1097
7df98d33285d
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

actually set up lsp snippets

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial