Skip to content

Commit 39220a8

Browse files
A-Lamiamehalter
authored andcommitted
fix(indent-blankline): correct file name so that it loads
1 parent 2643ccf commit 39220a8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
local function callback()
2+
return {
3+
IndentBlanklineChar = { fg = C.ui.none_text },
4+
IndentBlanklineContextStart = { fg = C.ui.text_active, underline = true },
5+
IndentBlanklineContextChar = { fg = C.ui.text },
6+
IndentBlanklineSpaceCharBlankline = { fg = C.ui.none_text },
7+
IndentBlanklineSpaceshar = { fg = C.ui.none_text },
8+
}
9+
end
10+
11+
return callback

0 commit comments

Comments
 (0)