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.
786 | 1 | #!/bin/bash |
956
61c91bec34c8
improve this first-time install
Meredith Howard <mhoward@roomag.org>
parents:
819
diff
changeset
|
2 | set -euo pipefail |
249
5bba2e094584
Move helper scripts into bin with common names
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
3 | |
1140
40b6fc3abd44
switch to asdf .default-perl-modules
Meredith Howard <mhoward@roomag.org>
parents:
1109
diff
changeset
|
4 | cpm install -g $(cat $(dirname $0)/../.default-perl-modules) |
816
f058603b86b6
bootstrap cpm and keep cpm updated, and plenv shims
Meredith Howard <mhoward@roomag.org>
parents:
786
diff
changeset
|
5 | |
970
498189926551
remove plenv references
Meredith Howard <mhoward@roomag.org>
parents:
956
diff
changeset
|
6 | asdf reshim perl || : |