ldelossa / litee.nvim

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

ui,symboltree: source code tracking #35

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

this commit implements tracking between source code and the symboltree ui.

now, both the symboltree and the source code will track each other, such that movement in one will update the other's cursor position and auto highlights.

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