Compare commits

..

No commits in common. "89b00f62be248130dda550271a63eb1b7358ac30" and "b269db00c0cd0114030ff48435c405978687d7b8" have entirely different histories.

View File

@ -1,10 +0,0 @@
require'nvim-treesitter.configs'.setup {
rainbow = {
enable = true,
extended_mode = true, -- Also highlight non-bracket delimiters like html tags, boolean or table: lang -> boolean
max_file_lines = nil, -- Do not enable for files with more than n lines, int
-- colors = {}, -- table of hex strings
-- termcolors = {} -- table of colour name strings
}
}