Thu, 16 May 2024 14:51:53 -0500
Update for neovim 0.10
Drop editorconfig (added to 0.9)
Gate pull_diags (added to 0.10)
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=' $* |