nvim-tree.lua/lua/nvim-tree/renderer/decorator
Julien Vincent f9a676d143
Highlight new, tracked files in working copy
Currently nvim-tree doesn't highlight new, tracked files in the working
copy/directory.

This change assigns the `NvimTreeGitFileNewHL` highlight to the `" A"`
git porcelain status marker.
2025-08-06 11:03:59 +02:00
..
bookmarks.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
copied.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
cut.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
diagnostics.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
git.lua Highlight new, tracked files in working copy 2025-08-06 11:03:59 +02:00
hidden.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
init.lua fix(#3134): setting one glyph to "" no longer disables others (#3136) 2025-05-26 13:32:21 +10:00
modified.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
opened.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00
user.lua feat(#2948): add custom decorators, :help nvim-tree-decorators (#2996) 2024-12-07 16:03:29 +11:00