Skip to content

Commit

Permalink
update nvim-tree conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Apr 17, 2023
1 parent dc59700 commit 9a4d71d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/config/nvim-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -50,7 +47,6 @@ nvim_tree.setup {
update_cwd = false,
ignore_list = {},
},
ignore_ft_on_setup = {},
system_open = {
cmd = "",
args = {},
Expand Down

0 comments on commit 9a4d71d

Please sign in to comment.