kristijanhusak / defx-git

Git status implementation for https://github.com/Shougo/defx.nvim
MIT License
71 stars 6 forks source link

Custom filename column for custom highlighting #5

Open mhartington opened 5 years ago

mhartington commented 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: screen shot 2019-01-15 at 12 11 46 pm

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.

kristijanhusak commented 5 years ago

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.