summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/user/nvim-tree.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/lua/user/nvim-tree.lua b/lua/user/nvim-tree.lua
index 9c5170c..e80e04b 100644
--- a/lua/user/nvim-tree.lua
+++ b/lua/user/nvim-tree.lua
@@ -64,14 +64,6 @@ nvim_tree.setup {
update_cwd = true,
ignore_list = {},
},
- system_open = {
- cmd = nil,
- args = {},
- },
- filters = {
- dotfiles = false,
- custom = {},
- },
git = {
enable = true,
ignore = true,
@@ -94,10 +86,6 @@ nvim_tree.setup {
number = false,
relativenumber = false,
},
- trash = {
- cmd = "trash",
- require_confirm = true,
- },
quit_on_open = 0,
git_hl = 1,
disable_window_picker = 0,