ソースを参照

feat(ts): enable indent for c and cpp (#3783)

LostNeophyte 2 年 前
コミット
c18cd3f0a8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lua/lvim/core/treesitter.lua

+ 1 - 1
lua/lvim/core/treesitter.lua

@@ -52,7 +52,7 @@ function M.config()
         json = "",
       },
     },
-    indent = { enable = true, disable = { "yaml", "python", "c", "cpp" } },
+    indent = { enable = true, disable = { "yaml", "python" } },
     autotag = { enable = false },
     textobjects = {
       swap = {