Hacker News new | ask | show | jobs
by mehalter 1193 days ago
AstroNvim is using aerial.nvim which is a great code outline plugin. It has several supported backends on top of LSP and Treesitter it also supports Man page structure and Markdown structure explicitly. We also use the API for building the breadcrumbs at the top of each window as well!

https://github.com/stevearc/aerial.nvim

2 comments

Thanks, I will give it a try! Maybe event AstroNvim, because it's very close to my current config, which is probably pretty outdated in many places. Especially the all in lua config is very compelling.
Any idea how to make it persistent in the bottom left like the screenshot? I couldn't find any leads in the documentation.