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.
723 | 1 | #!/bin/bash |
2 | set -eu -o pipefail | |
3 | ||
4 | if rustup update; then | |
5 | exit | |
6 | fi | |
7 | ||
8 | curl https://sh.rustup.rs -sSf | sh | |
9 | source ~/.cargo/env | |
10 | rustup component add rls rustfmt |