feat(event): add TreeAttachedPost (#1877)
* feat(event): add OnAttachPost * feat(event): add TreeAttachPost * feat(event): add TreeAttachPost * feat(event): TreeAttachedPost fired after all mappings created, not just on_attach
This commit is contained in:
committed by
GitHub
parent
bac962caf4
commit
f43f3110a5
@@ -95,6 +95,7 @@ local function create_buffer(bufnr)
|
||||
else
|
||||
require("nvim-tree.actions").apply_mappings(M.get_bufnr())
|
||||
end
|
||||
events._dispatch_tree_attached_post(M.get_bufnr())
|
||||
end
|
||||
|
||||
local function get_size()
|
||||
|
||||
Reference in New Issue
Block a user