vim-yggdrasil icon indicating copy to clipboard operation
vim-yggdrasil copied to clipboard

Vim library to generate tree-like views

Results 3 vim-yggdrasil issues
Sort by recently updated
recently updated
newest added

Implement the possibility to replace the node marker in the tree view with a custom icon associated to a node.

enhancement

Implement hover text for nodes, using neovim's [floating window](https://github.com/neovim/neovim/pull/6619) and vim's [popup window](https://vimhelp.org/popup.txt.html).

enhancement

Currently, a node is represented in the view by the Unicode characters "▸" for collapsed nodes, "▾" for expanded nodes, and a white space for leaf nodes. Make it possible...

enhancement