Files
outline.nvim/lua/outline
hedy e705330e40 feat: Per-tabpage outlines
Closes #37

Almost completely refactored the UI parts outline.nvim to use a Sidebar
object that implements an outline window. In init.lua, we can then store
a table of the outline for each tabpage ID.

When tabs are closed the outline is closed and sidebar reset
responsibly.

This simplifies `init.lua` quite a lot, making it the highest level
control center for the outline elements.

All lua APIs and commands should work as before.
2023-11-24 14:50:24 +08:00
..
2023-11-22 20:55:10 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 14:50:24 +08:00
2023-11-19 17:45:41 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 14:50:24 +08:00
2023-11-24 14:50:24 +08:00
2023-11-22 21:17:40 +08:00
2023-11-24 14:50:24 +08:00