hedyhli / outline.nvim

Code outline sidebar powered by LSP. Significantly enhanced & refactored fork of symbols-outline.nvim.
https://sr.ht/~hedy/outline.nvim
MIT License
580 stars 17 forks source link

Optimize screen viewport (scroll) when setting cursor #22

Closed hedyhli closed 9 months ago

hedyhli commented 10 months ago

This applies to:

General algorithm:

hedyhli commented 9 months ago

This was implemented by simply running normal! zz on every goto_location (configurable via outline_window.center_on_jump). Does not seem to be needed for the outline as of now.