Skip to content

Commit

Permalink
fix: remove deprecated options for nvim-tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamir authored and Jint-lzxy committed Apr 15, 2023
1 parent 92b612e commit 5c7e151
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/modules/configs/tool/nvim-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ return function()
hijack_cursor = true,
hijack_netrw = true,
hijack_unnamed_buffer_when_opening = true,
ignore_buffer_on_setup = false,
open_on_setup = false,
open_on_setup_file = false,
open_on_tab = false,
respect_buf_cwd = false,
sort_by = "name",
Expand Down Expand Up @@ -108,7 +105,6 @@ return function()
update_root = true,
ignore_list = {},
},
ignore_ft_on_setup = {},
filters = {
dotfiles = false,
custom = { ".DS_Store" },
Expand Down

0 comments on commit 5c7e151

Please sign in to comment.