feat(indentblankline): show first indent level

This commit is contained in:
Christian Chiarulli 2022-09-21 14:47:50 -04:00
parent 538fbd6f68
commit 4b0a60e23c

View file

@ -19,7 +19,7 @@ M.config = function()
}, },
char = "", char = "",
show_trailing_blankline_indent = false, show_trailing_blankline_indent = false,
show_first_indent_level = false, show_first_indent_level = true,
use_treesitter = true, use_treesitter = true,
show_current_context = true, show_current_context = true,
}, },