fix(mini-indentscope): symbol hl group nocombine (#392)

This commit is contained in:
Timothy Mertz
2023-06-17 01:24:52 -05:00
committed by GitHub
parent 161114bd39
commit 1cef0bc16c

View File

@@ -683,7 +683,7 @@ function M.setup()
MiniCursorword = { bg = c.fg_gutter },
MiniCursorwordCurrent = { bg = c.fg_gutter },
MiniIndentscopeSymbol = { fg = c.blue1 },
MiniIndentscopeSymbol = { fg = c.blue1, nocombine = true },
MiniIndentscopePrefix = { nocombine = true }, -- Make it invisible
MiniJump = { bg = c.magenta2, fg = "#ffffff" },