sidebar-nvim / sidebar.nvim

A generic and modular lua sidebar for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symbol tree can be expanded automatically

wellcomez opened this issue · comments

Is your feature request related to a problem? Please describe.
Symbol tree can be expanded automatically like other symbol outline's implementation.

Describe the solution you'd like
Currently I need tap "t" to expand tree manually. I like new solution can try to build a complete symbol tree and basing on complete tree, outline can't expand automatically.