.lib/stubs/asciidoctor@915a78d501d5
.lib/stubs/asciidoctor
Mon, 20 May 2024 12:53:43 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Mon, 20 May 2024 12:53:43 -0500
- changeset 1170
- 915a78d501d5
- parent 1137
-
f767f8cd6a9f
- permissions
- -rwxr-xr-x
Bump nvim-treesitter to more recent commit
#!/bin/sh
set -eu
install_it() {
[ -w "$(gem env gemdir)" ] ||
opt="--user-install"
gem install -q ${opt:-} asciidoctor
asdf reshim ruby || :
}
. ~/.lib/sh/stubexec.sh