nvim-tree.lua icon indicating copy to clipboard operation
nvim-tree.lua copied to clipboard

Buffer Modified Icon / Highlight As Per Git / Diagnostics

Open alex-courtis opened this issue 2 years ago • 1 comments

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.

alex-courtis avatar Sep 03 '22 08:09 alex-courtis

Functionality for modified buffers:

  • highlight group
  • icon
  • parent folders as per git/diagnostics

alex-courtis avatar Sep 03 '22 08:09 alex-courtis

See #1784

alex-courtis avatar Nov 28 '22 05:11 alex-courtis