snacks.nvim
snacks.nvim copied to clipboard
fix(bufdelete): add a way to force delete unnamed buffers
Description
The current implementation doesn't provide a way to force delete unnamed but not saved buffers.
With the current implementation when we try to force delete unnamed buffers it throws the error
Vim:E37: No write since last change (add ! to override)