fix(#1858): fire TreeAttachedPost event following on_attach call

This commit is contained in:
Alexander Courtis 2023-03-13 14:48:01 +11:00
parent 1830e5e8a4
commit f0a1c6ae2e

View File

@ -94,6 +94,8 @@ local function create_buffer(bufnr)
end
require("nvim-tree.keymap").on_attach(M.get_bufnr())
events._dispatch_tree_attached_post(M.get_bufnr())
end
local function get_size(size)