소스 검색

feat(indentblankline): show first indent level

Christian Chiarulli 2 년 전
부모
커밋
4b0a60e23c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
     },