ldelossa / litee.nvim

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

Usability: Open SymbolTree to current symbol in source file #42

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

When the symboltree opens it shoots the user to the top of the file.

Make the symboltree open to the current symbol under the cursor.

ldelossa commented 2 years ago

this becomes a moot point with cac6977