aerial.nvim is a Neovim plugin that provides a structured code outline for fast navigation and source inspection. It displays symbols such as classes, functions, methods, variables, and sections in a dedicated window. The plugin can obtain document structure from Tree-sitter, LSP servers, Markdown, AsciiDoc, and other backends. Users can jump directly between symbols or follow the cursor as they move through a file. Its layout, filtering, highlighting, icons, and navigation behavior are...