neovim(file-tree): enable centralize_selection
This commit is contained in:
@@ -46,6 +46,7 @@ require("nvim-tree").setup({
|
|||||||
width = 30,
|
width = 30,
|
||||||
side = "left",
|
side = "left",
|
||||||
preserve_window_proportions = true,
|
preserve_window_proportions = true,
|
||||||
|
centralize_selection = true,
|
||||||
mappings = {
|
mappings = {
|
||||||
list = {
|
list = {
|
||||||
{ key = "tn", action = "tabnew" },
|
{ key = "tn", action = "tabnew" },
|
||||||
|
|||||||
Reference in New Issue
Block a user