NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
4.1k stars 242 forks source link

Properly Colored Unicode Graphs #1442

Closed raxyte closed 2 weeks ago

raxyte commented 3 months ago

Is your feature request related to a problem? Please describe. Currently, Neogit does not have the ability to show colored unicode graphs (much cleaner), unlike the ASCII version. This results in an unfortunate look for them.

Describe the solution you'd like Similar coloring to the ASCII graphs would be fantastic.

Describe alternatives you've considered Switch back to the ASCII version. (I much prefer to not go back.)

Additional context Since it looks like this was initially inspired by vim-flog, perhaps looking at it is of help?

CKolkey commented 2 weeks ago

Check out the "kitty" style graph :)

raxyte commented 2 weeks ago

I already had checked that out, unfortunately I use alacritty which doesn't support that. I'm fine with closing the issue however. Thank you for the amazing work you and everyone else does on the plugin!

CKolkey commented 2 weeks ago

I believe you can get that working with this font https://github.com/rbong/flog-symbols - though I have not tested it.

raxyte commented 2 weeks ago

I was kind of holding off on patching fonts myself but I guess that is a path. 👍