ldelossa / litee.nvim

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

ui: range source tracking #38

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

this commit enhances the symboltree source tracking features by taking the symbol's full range into account.

now the symboltree will update it's cursor when inside symbols which span multiple lines, such as structs and function definitions.

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