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.
1118 | 1 | #!/bin/sh |
2 | set -eu | |
3 | ||
4 | install_it() { | |
5 | bina_install "aquaproj/aqua" | |
6 | } | |
7 | ||
8 | . ~/.lib/sh/stubexec.sh |