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.
989 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | install_it() { | |
5 | cpanm -n Stow | |
6 | asdf reshim perl || : | |
7 | } | |
8 | ||
992
4e3e37ce84bc
Switch stubexec to self-invoke
Meredith Howard <mhoward@roomag.org>
parents:
989
diff
changeset
|
9 | . ~/.lib/sh/stubexec.sh |