Explorar o código

disable yaml for treesitter indent

Chris %!s(int64=4) %!d(string=hai) anos
pai
achega
66bf89c3d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/core/treesitter.lua

+ 1 - 1
lua/core/treesitter.lua

@@ -18,7 +18,7 @@ M.config = function()
     },
     -- indent = {enable = true, disable = {"python", "html", "javascript"}},
     -- TODO seems to be broken
-    indent = { enable = true },
+    indent = { enable = true, disable = { "yaml" } },
     autotag = { enable = false },
     textobjects = {
       swap = {