feat(nvimtree): centralize selection (#4160)

This commit is contained in:
Christian Chiarulli 2023-05-17 04:18:56 -04:00 committed by GitHub
parent af2db622d7
commit dca9820843
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

@ -22,7 +22,7 @@ function M.config()
select_prompts = false,
view = {
adaptive_size = false,
centralize_selection = false,
centralize_selection = true,
width = 30,
hide_root_folder = false,
side = "left",