Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This migrates and renamed the following options to
nvim_tree.setup
in accordance to nvim-tree migration guide:vim.g.nvim_tree_icons
-> moved tosetup.renderer.icons.glyphs
setup.auto_close
-> feature has been removedsetup.update_to_buf_dir
-> renamed tohijack_directories
setup.quit_on_open
-> moved to setup.actions.open_filesetup.git_hl
-> renamed tohighlight_git
and moved tosetup.renderer
setup.disable_window_picker
-> renamed towindow_picker
and moved tosetup.actions
setup.root_folder_modifier
-> moved tosetup.renderer
setup.show_icons
-> moved tosetup.renderer.icons.show
; removedtree_width
Migration guide: nvim-tree/nvim-tree.lua#674
nvim-tree
docs : https://github.com/kyazdani42/nvim-tree.lua/blob/master/doc/nvim-tree-lua.txt