canola.nvim/lua
Barrett Ruth f9c30d4947
feat: add \skip_confirm_for_delete\ option
Problem: there was no way to suppress the confirmation popup when the
only pending operations are deletes. \`skip_confirm_for_simple_edits\`
explicitly excludes deletes, so users who delete frequently had no opt-out.

Solution: add \`skip_confirm_for_delete = false\` config option. When true,
\`confirmation.show()\` skips the popup if every pending action is a delete.

Based on: stevearc/oil.nvim#392
2026-03-06 16:18:55 -05:00
..
canola feat: add \skip_confirm_for_delete\ option 2026-03-06 16:18:55 -05:00
resession/extensions refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00