ful1e5 / onedark.nvim

Atom's iconic One Dark theme for Neovim, written in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text not visible in git diff

isaif opened this issue · comments

These are the steps to reproduce the bug:

  1. A commented line is changed
  2. start a git diff (I am using fugitive for git)
  3. I have seen this in lua file not tried in other type of files

That modified commented line is becomes highlighted by opaque grey color, therefore make it unable to read.
If I do visual selection then only I can see the text.

I have latest nightly version of neovim and latest version of your plugin.

image

After visually selecting the lines:
image