bin/pg_format

Mon, 20 Mar 2023 10:03:46 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 20 Mar 2023 10:03:46 -0500
changeset 1090
a9da52816a33
parent 992
4e3e37ce84bc
permissions
-rwxr-xr-x

remove lsp stuff from vim

#!/bin/sh
set -eu

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

. ~/.lib/sh/stubexec.sh

mercurial