Skip to content

Commit cf36d35

Browse files
author
Telman Babayev
committed
Remove unused fields
1 parent 2eb915d commit cf36d35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/nvim-tree.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
501501
trash = true,
502502
},
503503
},
504-
file_deletion_confirmation = true,
505504
auto_reload_on_write = true,
506505
disable_netrw = false,
507506
hijack_cursor = false,
@@ -705,7 +704,6 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS
705704
},
706705
trash = {
707706
cmd = "gio trash",
708-
require_confirm = true,
709707
},
710708
live_filter = {
711709
prefix = "[FILTER]: ",

0 commit comments

Comments
 (0)