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
As the title says, After running toggle_word_diff and then toggle_line_hl, word_diff highlight get shadowed by line_hl, after running toggle_line_hl again, word_diff highlight reappears.
Neovim version
0.10
Operating system and version
macos 14
Expected behavior
word diff highlight and line_hl exist together, and word diff have higher priority.
Actual behavior
word_diff highlight get cleared.
Minimal config
forname, urlinpairs{
gitsigns='https://github.com/lewis6991/gitsigns.nvim',
-- ADD OTHER PLUGINS _NECESSARY_ TO REPRODUCE THE ISSUE
} dolocalinstall_path=vim.fn.fnamemodify('gitsigns_issue/'..name, ':p')
ifvim.fn.isdirectory(install_path) ==0thenvim.fn.system { 'git', 'clone', '--depth=1', url, install_path }
endvim.opt.runtimepath:append(install_path)
endrequire('gitsigns').setup{
debug_mode=true, -- You must add this to enable debug messages-- ADD GITSIGNS CONFIG THAT IS _NECESSARY_ FOR REPRODUCING THE ISSUE
}
-- ADD INIT.LUA SETTINGS THAT IS _NECESSARY_ FOR REPRODUCING THE ISSUE
Steps to reproduce
At first I thought it is a priority problem, but with this simple snippet, result is the same.
first type <leader>yy, red color appears, then <leader>yY, entire line get the same color as GitSignsAddLnInline, then <leader>yY again, red color reappears.
Gitsigns debug messages
No response
Gitsigns cache
No response
The text was updated successfully, but these errors were encountered:
Description
As the title says, After running
toggle_word_diff
and thentoggle_line_hl
, word_diff highlight get shadowed by line_hl, after runningtoggle_line_hl
again, word_diff highlight reappears.Neovim version
0.10
Operating system and version
macos 14
Expected behavior
word diff highlight and line_hl exist together, and word diff have higher priority.
Actual behavior
word_diff highlight get cleared.
Minimal config
Steps to reproduce
At first I thought it is a priority problem, but with this simple snippet, result is the same.
first type
<leader>yy
, red color appears, then<leader>yY
, entire line get the same color as GitSignsAddLnInline, then<leader>yY
again, red color reappears.Gitsigns debug messages
No response
Gitsigns cache
No response
The text was updated successfully, but these errors were encountered: