.lib/stubs/pg_format

Wed, 30 Aug 2023 23:35:00 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 30 Aug 2023 23:35:00 -0500
changeset 1128
30d81fbc6a7b
parent 1107
c6d7ac40bd3c
permissions
-rwxr-xr-x

add actions-preview.nvim

#!/bin/sh
set -eu

install_it() {
  cpanm -n 'https://github.com/darold/pgFormatter.git'
  asdf reshim perl || :
}

. ~/.lib/sh/stubexec.sh

mercurial