Sun, 05 May 2024 14:17:22 -0500
Make auto-prune a standalone file plugin too
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=' $* |