nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.72k stars 455 forks source link

Feat: Nerdtree/neo-tree enhanced feedback #1156

Open cavanaug opened 7 months ago

cavanaug commented 7 months ago

Requested feature

Alter the neotree extension to support showing the currently selected file in the statusline rather than the cwd. Or perhaps make that an option in the extension.

Motivation

Similar named files/directories are not able to be distinguished in a narrow neo-tree side panel. It would be ideal if the statusline (lualine) showed the currently selected in the tree. That would allow for immediate disambiguation of files/folders.

Yes, one could just open the entire tree in a new wide buffer, but this suggestion seems to be a simpler model.