Explorar o código

feat(indentblankline): show first indent level

Christian Chiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
4b0a60e23c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/lvim/core/indentlines.lua

+ 1 - 1
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,
     },