save changes before deletion

This commit is contained in:
Grigory Shipunov 2023-07-24 00:01:29 +02:00
parent 9774e55719
commit 0e98db206c
16 changed files with 395 additions and 169 deletions

View file

@ -79,6 +79,5 @@ augroup highlight_yank
autocmd!
au TextYankPost * silent! lua vim.highlight.on_yank { higroup='IncSearch', timeout=200 }
augroup END
]])