canola.nvim/lua/canola/mutator
Barrett Ruth ba49f76e91
feat: add skip_confirm_for_delete option (#77)
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:29:12 -05:00
..
confirmation.lua feat: add skip_confirm_for_delete option (#77) 2026-03-06 16:29:12 -05:00
init.lua feat: add cleanup_buffers_on_delete option (#73) 2026-03-06 15:19:32 -05:00
parser.lua refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
progress.lua refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
trie.lua refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00