aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-04-17 22:04:33 +0200
committerjdhao <jdhao@hotmail.com>2023-04-17 22:05:36 +0200
commit9a4d71db88f1d030a314f909f27bb561fd549bb3 (patch)
tree942fb67179c635a9ec9d52893bbddd2752e469d0
parentdc597004df2a523dbb16fb32d8878021137afc3f (diff)
update nvim-tree conf
-rw-r--r--lua/config/nvim-tree.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/config/nvim-tree.lua b/lua/config/nvim-tree.lua
index 96cdb34..0c25b4c 100644
--- a/lua/config/nvim-tree.lua
+++ b/lua/config/nvim-tree.lua
@@ -7,9 +7,6 @@ nvim_tree.setup {
hijack_cursor = false,
hijack_netrw = true,
hijack_unnamed_buffer_when_opening = false,
- ignore_buffer_on_setup = false,
- open_on_setup = false,
- open_on_setup_file = false,
open_on_tab = false,
sort_by = "name",
update_cwd = false,
@@ -50,7 +47,6 @@ nvim_tree.setup {
update_cwd = false,
ignore_list = {},
},
- ignore_ft_on_setup = {},
system_open = {
cmd = "",
args = {},