Mon, 15 Jul 2024 13:22:56 -0500
Fix for no-nerdfonts experience
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=' $* |