stevearc / aerial.nvim

Neovim plugin for a code outline window
MIT License
1.55k stars 76 forks source link

feat: added a highlight group for the left-hand side of the Nav float… #380

Open reverendpaco opened 6 days ago

reverendpaco commented 6 days ago

… ui to indicate the parent of the current symbol

I like the Ranger-like UI, but the left-hand side does not indicate which node is the parent of the nodes in the middle pane.

I created a highlight group AerialNavParent and linked it to AerialLine

Here's a pic:

image

Note how Mappings.n is highlighted on the left