ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

Tree cleanup on tab close #44

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

Tree data structures will be left in the the tree module's registry if a tab is created and no "CTClose" or "STClose" calls are made.

Add an au that files on TabClosed that removes any trees created in that tab.