nvim-metals icon indicating copy to clipboard operation
nvim-metals copied to clipboard

Break Tree away from the UI

Open ckipp01 opened this issue 3 years ago • 0 comments

Task

In the TVP module the implementation of the Tree and the actual functionality that displays the UI is pretty closely coupled at the moment. I was able to extract the Node out and separate it, but the entire tree is more tightly coupled. It'd be nice to de-couple this from all UI parts of rendering the tree from the tree data structure itself.

Search terms

TVP tree ui

ckipp01 avatar Jun 03 '21 11:06 ckipp01