Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: is it possible to have giticons with nerd fonts? Something similar to nvim tree's implementation maybe? #1

Closed
samrxth opened this issue Oct 6, 2021 · 4 comments

Comments

@samrxth
Copy link

samrxth commented Oct 6, 2021

No description provided.

@luukvbaal
Copy link
Owner

luukvbaal commented Oct 6, 2021

In theory yeah, however that's not really a feature request for this plugin but more so for the gitstatus patch.

Since I am the author of that patch as well I'll take a look though. Does nvim-tree have a way to represent staged vs unstaged?

@n3wborn
Copy link

n3wborn commented Oct 6, 2021

Does nvim-tree have a way to represent staged vs unstaged?

Yes, their README shows these :

let g:nvim_tree_icons = {
    \   'unstaged': "✗",
    \   'staged': "✓",
 ...
}

@luukvbaal
Copy link
Owner

luukvbaal commented Nov 3, 2021

I have a version of the patch that can print icons but I'm not sure how to implement it.

I would like to maintain all the information represented by the dual columns of git status --porcelain but I can't really find single width icons that will look good next to each other.
Any suggestions are welcome @samrath2007 @n3wborn
image

@luukvbaal
Copy link
Owner

New version of the gitstatus patch shows nerd icons when built with O_NERD=1: jarun/nnn#1220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants