Fix nvimtree quit to update bufferline (#1312)

This commit is contained in:
Ahmed Khalf 2021-08-14 00:16:04 +04:00 committed by GitHub
parent 988c74ec56
commit 53869f00be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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