.lib/stubs/shfmt@bca491e2be91
.lib/stubs/shfmt
Thu, 11 Apr 2024 21:49:00 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Thu, 11 Apr 2024 21:49:00 -0500
- changeset 1148
- bca491e2be91
- parent 1107
-
c6d7ac40bd3c
- permissions
- -rwxr-xr-x
Fix lsp_signature.nvim behavior
#!/bin/sh
set -eu
age_limit=90
install_it() {
go install mvdan.cc/sh/v3/cmd/shfmt@latest
asdf reshim || :
}
. ~/.lib/sh/stubexec.sh