ldelossa / litee.nvim

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

ui: indentation improvemnts #26

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

this commit adds adds indentation guides and further padding between the expanded/collapsed glyph and the symbol type icon/text.

this commit also fixes a bug where node.symbol was being checked instead of node.call_hierarchy_item.

closes #24

Signed-off-by: ldelossa louis.delos@gmail.com