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