Wed, 25 Sep 2024 15:03:13 -0500
No LSP autostart when read-only
I think nvim actually threw out 'view' argc detection, I just use -R and alias
view to it.
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 |