doc: fix mappings setup for vinegar

This commit is contained in:
kiyan 2022-02-22 10:59:44 +01:00
parent 2898c4d58f
commit 61b57e3676

View File

@ -779,7 +779,9 @@ default, vinegar uses `<CR>`. You can override this with:
require"nvim-tree".setup {
view = {
mappings = {
{ key = "<CR>", action = "edit_in_place" }
list = {
{ key = "<CR>", action = "edit_in_place" }
}
}
}
}