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

Hide gutter icon? #58

Open
cj opened this issue Aug 4, 2022 · 8 comments
Open

Hide gutter icon? #58

cj opened this issue Aug 4, 2022 · 8 comments

Comments

@cj
Copy link

cj commented Aug 4, 2022

Hey - thank you for this awesome plugin!

How do you hide the gutter icon?

image

@ldelossa
Copy link
Owner

ldelossa commented Aug 4, 2022

hey @cj what are you attempting to do?

The gutter icons are showing you where comments are and comments can be created. The gh.nvim UI doesn't provide an option to hide these, are they are key information on how the diff view works.

You can always hide the sign column with a the vim native setting.

@cj
Copy link
Author

cj commented Aug 5, 2022

@ldelossa I was trying to get the Lsp error icon to show instead
image

Do you know how to remove the underline while in a Diff? It doesn't appear to be a highlight.

@ldelossa
Copy link
Owner

ldelossa commented Aug 5, 2022

@cj do you have set cursorline on?

I never get this underline in my diffs unless I have set cursorline enabled and your cursor is on top of a line that is colored by DiffAdd or DiffRemove

@cj
Copy link
Author

cj commented Aug 5, 2022

@ldelossa, that was it. I am not sure what was setting it. THANK YOU!

I can open a new ticket for this, but I have been running into an issue where I'll randomly get this error
image
and then all files I load after are blank
image

I have to then restart nvim for gh.nvim to work again.

@ldelossa
Copy link
Owner

ldelossa commented Aug 5, 2022

@cj your error would suggest that something is clearing your /tmp folder out during operation.

@cj
Copy link
Author

cj commented Aug 8, 2022

@ldelossa I changed my TMPDIR location to make sure that wasn't the case and it still happened:

image

image

@ldelossa
Copy link
Owner

ldelossa commented Aug 8, 2022

The above is a different error message. Json decode error means the gh api didnt return valid json to you.

Id ensure everthing works with a public repository first, try checking out neovim's code and opening gh.nvim, listing prs, and seeing if they open.

@ldelossa
Copy link
Owner

@cj I just merged: #63

you can now enable CLI debugging, this may help you troubleshoot further. We should be able to see the exact command thats failing.

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

2 participants