nvim-tree.lua
nvim-tree.lua copied to clipboard
Buffer Modified Icon / Highlight As Per Git / Diagnostics
Discussed in https://github.com/kyazdani42/nvim-tree.lua/discussions/1574
Originally posted by nikola-vukicevic September 1, 2022
Is there an option to clearly display that files open in buffers are modified (when they are modified ofc), with a different color and a symbol, such as the Vim's default [+]
(that can preferably be customized by the user)?
If not, I think that would be a reasonable feature request.
Functionality for modified buffers:
- highlight group
- icon
- parent folders as per git/diagnostics
See #1784