feat(view): ability to centralize view on entering (#1310)

This commit is contained in:
kylo252
2022-06-07 02:09:58 +02:00
committed by GitHub
parent 821f050fda
commit 1caca62854
4 changed files with 22 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ require'nvim-tree'.setup { -- BEGIN_DEFAULT_OPTS
respect_buf_cwd = false,
view = {
adaptive_size = false,
centralize_selection = false,
width = 30,
height = 30,
hide_root_folder = false,