fix: indent-blankline highlight groups nocombine (#247)

see https://github.com/lukas-reineke/indent-blankline.nvim/issues/72
This commit is contained in:
Lukas Reineke
2022-10-13 14:25:29 +09:00
committed by GitHub
parent 6ffb1579d0
commit c78e6986bc
5 changed files with 18 additions and 10 deletions

View File

@@ -490,10 +490,12 @@ local highlights = {
fg = "#15161e"
},
IndentBlanklineChar = {
fg = "#3b4261"
fg = "#3b4261",
nocombine = true
},
IndentBlanklineContextChar = {
fg = "#9d7cd8"
fg = "#9d7cd8",
nocombine = true
},
Italic = {
italic = true