Compare commits

..

2 Commits

Author SHA1 Message Date
juan
89b00f62be Merge branch 'master' of git.juancord.xyz:juan/config.nvim 2021-09-09 19:02:48 +08:00
juan
3ec09fa157 Plugin added: ts-rainbow range-highlight firenvim 2021-09-09 19:02:33 +08:00

View File

@ -0,0 +1,10 @@
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
}
}