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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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