fix(nvim-tree): remove deprecated option (nvim-tree/nvim-tree.lua#2122) (#4033)

fix: remove deprecated option nvim-tree/nvim-tree.lua#2122
This commit is contained in:
Olegek 2023-04-13 06:10:15 +00:00 committed by GitHub
parent a0b2a0e9bf
commit 23ace671d6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ function M.config()
hijack_cursor = false,
hijack_netrw = true,
hijack_unnamed_buffer_when_opening = false,
ignore_buffer_on_setup = false,
sort_by = "name",
root_dirs = {},
prefer_startup_root = false,