Open mhartington opened 5 years ago
One of the things I missed the most form nerdtrees-git-status plugin was the ability to highlight files based on their status.
For example:
If a file is part of gitignored, it can be grayed out, if there's a new file, it can be colored yellow, and modified files can be cyan.
Any thoughts on modifying the filename column from defx add this? I can try to make a PR if you are interested.
Not sure if defx allows something like this, because it limits column highlighting to a certain region. If you manage to do it, create a PR, and we will see. I would like to have it, but as an option.
One of the things I missed the most form nerdtrees-git-status plugin was the ability to highlight files based on their status.
For example:
If a file is part of gitignored, it can be grayed out, if there's a new file, it can be colored yellow, and modified files can be cyan.
Any thoughts on modifying the filename column from defx add this? I can try to make a PR if you are interested.