simrat39 / symbols-outline.nvim

A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
MIT License
1.85k stars 97 forks source link

Jump to symbol when the cursor moves #228

Open stickperson opened 1 year ago

stickperson commented 1 year ago

aerial.nvim has an autojump config parameter that jumps to the symbol in the source window as you jump to different symbols in the overview window. It's a really useful feature which would be great here.

edit: Put up a PR for this. #229