Skip to content

Commit

Permalink
chore(treesitter): cleanup (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jint-lzxy authored Jul 23, 2023
1 parent d425bfd commit 381f8fb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lua/modules/configs/editor/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ return vim.schedule_wrap(function()
},
},
},
rainbow = {
enable = true,
extended_mode = true, -- Highlight also non-parentheses delimiters, boolean or table: lang -> boolean
max_file_lines = 2000, -- Do not enable for files with more than 2000 lines, int
},
context_commentstring = { enable = true, enable_autocmd = false },
matchup = { enable = true },
})
Expand Down

0 comments on commit 381f8fb

Please sign in to comment.