mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
Fix nvimtree quit to update bufferline (#1312)
This commit is contained in:
parent
988c74ec56
commit
53869f00be
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ M.setup = function()
|
|||
{ key = { "l", "<CR>", "o" }, cb = tree_cb "edit" },
|
||||
{ key = "h", cb = tree_cb "close_node" },
|
||||
{ key = "v", cb = tree_cb "vsplit" },
|
||||
{ key = "q", cb = ":lua require('core.nvimtree').toggle_tree()<cr>" },
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue