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

@@ -473,10 +473,12 @@ local highlights = {
fg = "#e9e9ed"
},
IndentBlanklineChar = {
fg = "#a8aecb"
fg = "#a8aecb",
nocombine = true
},
IndentBlanklineContextChar = {
fg = "#7847bd"
fg = "#7847bd",
nocombine = true
},
Italic = {
italic = true