-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
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. |
@ldelossa I was trying to get the Lsp error icon to show instead Do you know how to remove the underline while in a Diff? It doesn't appear to be a highlight. |
@cj do you have I never get this underline in my diffs unless I have |
@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 I have to then restart nvim for gh.nvim to work again. |
@cj your error would suggest that something is clearing your /tmp folder out during operation. |
@ldelossa I changed my TMPDIR location to make sure that wasn't the case and it still happened: |
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. |
Hey - thank you for this awesome plugin!
How do you hide the gutter icon?
The text was updated successfully, but these errors were encountered: