fix(mini-indentscope): symbol hl group nocombine (#392)
This commit is contained in:
parent
161114bd39
commit
1cef0bc16c
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user