Remove deprecated setting for nvim-tree module
This commit is contained in:
parent
c94463ac84
commit
4c8622fe36
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ require("nvim-tree").setup({
|
||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
open_on_setup = true,
|
open_on_setup = true,
|
||||||
open_on_setup_file = true,
|
open_on_setup_file = true,
|
||||||
focus_empty_on_setup = true,
|
|
||||||
sync_root_with_cwd = true,
|
sync_root_with_cwd = true,
|
||||||
view = {
|
view = {
|
||||||
adaptive_size = true,
|
adaptive_size = true,
|
||||||
|
|
Loading…
Reference in a new issue