Ver Fonte

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

LostNeophyte há 2 anos atrás
pai
commit
c18cd3f0a8
1 ficheiros alterados com 1 adições e 1 exclusões
  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 = {