aerial.nvim icon indicating copy to clipboard operation
aerial.nvim copied to clipboard

Neovim plugin for a code outline window

Results 40 aerial.nvim issues
Sort by recently updated
recently updated
newest added

I think this should be straightforward, if not easy, for the markdown and treesitter backends. LSP might be more difficult. Also since we're usually filtering out some symbol types, it...

enhancement
P2

Hello, When I try to view the symbols outline for files that are in languages other than lua, like python or rust, I get the following error: ```lua E5108: Error...

bug

**Describe the bug** Listchars of origin window disappear after entering aerial window **System information** - OS: linux - Neovim version: nightly - AerialInfo: [output of :AerialInfo] ``` Aerial Info -----------...

bug

It would be nice to have basic Scala support for Aerial. I can take some time checking how this is implemented and send a PR for the base constructs myself....

enhancement

**Language**: LaTeX I read a bit about the `symbolKind` documentation but I really couldn't make out anything significant of it. LaTeX is a typesetting language, so the implementation should be...

enhancement

It would be nice if aerial window could take space from the current window instead of pushing the window to the other side. See the gif bellow. When I open...

enhancement
P2

### Neovim version (nvim -v) v0.10.0-dev-d2e7cc6 (Just tested v0.9.4 and it works, so it's specifically an issue with nightly) ### Operating system/version NixOS 23.11 ### Output of :AerialInfo ``` Aerial...

bug
P0

**Language**: javascript **AerialInfo**: ``` Aerial Info ----------- Filetype: javascript Configured backends: treesitter (supported) (attached) lsp (supported) markdown (not supported) [Filetype is not markdown] man (not supported) [Filetype is not man]...

enhancement
good first issue
P1

:robot: I have created a release *beep* *boop* --- ## [1.4.0](https://github.com/stevearc/aerial.nvim/compare/v1.3.0...v1.4.0) (2024-01-14) ### Features * cache aerial tree-sitter queries ([#325](https://github.com/stevearc/aerial.nvim/issues/325)) ([51bdd35](https://github.com/stevearc/aerial.nvim/commit/51bdd35f4f984293d4200e52aeff44f12febc6f2)) * **lualine:** added `sep_icon` option ([#303](https://github.com/stevearc/aerial.nvim/issues/303)) ([9ef83d9](https://github.com/stevearc/aerial.nvim/commit/9ef83d9a7a4ac471d14e608da50b8d91459cae10)) * set...

autorelease: pending

### Neovim version (nvim -v) NVIM v0.9.4 ### Operating system/version Arch Linux ### Output of :AerialInfo Aerial Info ----------- Filetype: python Configured backends: treesitter (supported) (attached) lsp (supported) markdown (not...

bug
P2