Mon, 26 Aug 2024 14:23:43 -0500
more gopls config. add inlay hint toggle
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
1 | #!/bin/sh |
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
2 | set -eu |
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | |
957 | 4 | install_it() { |
5 | cpanm -n 'https://github.com/darold/pgFormatter.git' | |
970
498189926551
remove plenv references
Meredith Howard <mhoward@roomag.org>
parents:
957
diff
changeset
|
6 | asdf reshim perl || : |
957 | 7 | } |
912
a409a606c665
add autoinstall pg_format stub
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
8 | |
992
4e3e37ce84bc
Switch stubexec to self-invoke
Meredith Howard <mhoward@roomag.org>
parents:
970
diff
changeset
|
9 | . ~/.lib/sh/stubexec.sh |