Skip to content

Commit 77aa745

Browse files
authored
fix(indent_blankline): style wasn't set correctly (#351)
1 parent 5472a3e commit 77aa745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nightfox/group/modules/indent_blankline.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function M.get(spec, config, opts)
55
return {
66
IndentBlanklineChar = { fg = spec.bg3 },
77
IndentBlanklineContextChar = { fg = spec.syntax.variable },
8-
IndentBlanklineContextStart = { sp = spec.syntax.variable, underline = true },
8+
IndentBlanklineContextStart = { sp = spec.syntax.variable, style = "underline" },
99
IndentBlanklineIndent6 = { blend = 0, fg = c.yellow.base },
1010
IndentBlanklineIndent5 = { blend = 0, fg = c.red.base },
1111
IndentBlanklineIndent4 = { blend = 0, fg = c.cyan.base },

0 commit comments

Comments
 (0)