Chris 4 lat temu
rodzic
commit
0b7e8e1b07
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      lua/lv-treesitter/init.lua

+ 6 - 6
lua/lv-treesitter/init.lua

@@ -100,7 +100,7 @@ require("nvim-treesitter.configs").setup {
   -- indent = {enable = true, disable = {"python", "html", "javascript"}},
   -- TODO seems to be broken
   indent = { enable = { "javascriptreact" } },
-  autotag = { enable = O.plugin.ts_autotag.active },
+  -- autotag = { enable = O.plugin.ts_autotag.active },
   textobjects = {
     swap = {
       enable = O.plugin.ts_textobjects,
@@ -134,9 +134,9 @@ require("nvim-treesitter.configs").setup {
       show_help = "?",
     },
   },
-  rainbow = {
-    enable = O.plugin.ts_rainbow.active,
-    extended_mode = true, -- Highlight also non-parentheses delimiters, boolean or table: lang -> boolean
-    max_file_lines = 1000, -- Do not enable for files with more than 1000 lines, int
-  },
+  -- rainbow = {
+  --  enable = O.plugin.ts_rainbow.active,
+  --   extended_mode = true, -- Highlight also non-parentheses delimiters, boolean or table: lang -> boolean
+  --  max_file_lines = 1000, -- Do not enable for files with more than 1000 lines, int
+  -- },
 }