Explorar el Código

增加autotag

scorpio hace 1 año
padre
commit
ffb181c524
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  1. 1 6
      lua/plugin-config/nvim-treesitter.lua

+ 1 - 6
lua/plugin-config/nvim-treesitter.lua

@@ -16,12 +16,7 @@ treesitter.setup({
     -- 启用代码缩进模块 (=)
     indent = {
         enable = true
-    },
-    -- autotags
-   autotag = {
-     enable = true
-   }
-
+    }
 })
 
 -- 开启 Folding 模块