diff options
| author | Christian Chiarulli <[email protected]> | 2022-09-21 14:47:50 -0400 | 
|---|---|---|
| committer | Christian Chiarulli <[email protected]> | 2022-09-21 14:47:50 -0400 | 
| commit | 4b0a60e23c0554b1dfa14e80f1e19feffd0204a5 (patch) | |
| tree | 0bc08066e7a354daba94c924ad629443d493420b | |
| parent | 538fbd6f686905547c3fa26354611221429715f8 (diff) | |
feat(indentblankline): show first indent level
| -rw-r--r-- | lua/lvim/core/indentlines.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/lvim/core/indentlines.lua b/lua/lvim/core/indentlines.lua index 37be1e22..3485f348 100644 --- a/lua/lvim/core/indentlines.lua +++ b/lua/lvim/core/indentlines.lua @@ -19,7 +19,7 @@ M.config = function()        },        char = "▏",        show_trailing_blankline_indent = false, -      show_first_indent_level = false, +      show_first_indent_level = true,        use_treesitter = true,        show_current_context = true,      }, | 
