mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-03-04 18:21:39 +00:00
fix: nvim-tree deprecation notice (#1755)
This commit is contained in:
parent
d3ddae598f
commit
eac36d40bb
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ local options = {
|
||||||
},
|
},
|
||||||
disable_netrw = true,
|
disable_netrw = true,
|
||||||
hijack_netrw = true,
|
hijack_netrw = true,
|
||||||
ignore_ft_on_setup = { "alpha" },
|
|
||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
hijack_unnamed_buffer_when_opening = false,
|
hijack_unnamed_buffer_when_opening = false,
|
||||||
update_cwd = true,
|
update_cwd = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue