ldelossa / litee.nvim

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

Scrolloff #50

Closed ldelossa closed 2 years ago

ldelossa commented 2 years ago

This pull adds a scrolloff feature which is optional. If enabled browsing the symboltree will cause the tracked source file to keep symbols in the middle of the source file page. Scrolloff feature is turned on only when inside the Symboltree and turned off when leaving it.

This pull also makes the notification popup a bit nicer by placing it in bottom right and taking status line into account.

Additionally this pull closes #48 by tracking the URI of the current source file in the editor.