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.
412 | 1 | #!/bin/sh |
1157
a237720efee9
Convert backup/undofile pruning to lua
Meredith Howard <mhoward@roomag.org>
parents:
1051
diff
changeset
|
2 | exec nvim -c 'set noswapfile noundofile nobackup shada=' $* |