You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently enabled the new built-in inlay hints and noticed that the virtual text inserted by the hints interferes with the virtual text of the git blame text. In the following screenshot, line 75 is 91 chars long, but the inlay hints extend it then to 108 chars.
My git blame config sets the gitblame_virtual_text_column = 100 such that the plain line is below this limit. With the hints, the git blame message should start at 108 chars:
I don't really know how neovim counts/reports the line length, but is there a way to include the virtual text?
If you give me a hint I'd even like to try and fix this myself.
For reference, this is what it looks like one line above. The git blame message starts at 100 chars.
I recently enabled the new built-in inlay hints and noticed that the virtual text inserted by the hints interferes with the virtual text of the git blame text. In the following screenshot, line 75 is 91 chars long, but the inlay hints extend it then to 108 chars.
My git blame config sets the
gitblame_virtual_text_column = 100
such that the plain line is below this limit. With the hints, the git blame message should start at 108 chars:I don't really know how neovim counts/reports the line length, but is there a way to include the virtual text?
If you give me a hint I'd even like to try and fix this myself.
For reference, this is what it looks like one line above. The git blame message starts at 100 chars.
My config:
PS: Love the plugin, especially
GitBlameCopySHA
helps me in my gitworkflow :)The text was updated successfully, but these errors were encountered: