summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorchristianchiarulli <chrisatmachine@gmail.com>2022-01-02 13:41:33 -0500
committerchristianchiarulli <chrisatmachine@gmail.com>2022-01-02 13:41:33 -0500
commitdd004512f2850c894753b15a6a8a2147088f1cb4 (patch)
tree81348fcc28ea1502989616e6e5d66a83fe0157fb /lua
parent03ec92cafb62f4331bd04bee734d0bd2c28e668e (diff)
updates
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,