add: update ts rainbow for neovim v 0.10

This commit is contained in:
asep.komarudin 2024-05-19 22:25:01 +07:00
parent 0d2d1e65ab
commit 63de9b2074
3 changed files with 43 additions and 10 deletions

View file

@ -34,11 +34,11 @@ configs.setup({
-- equery = "rainbow-parens",
-- strategy = require("ts-rainbow").strategy.global,
-- },
rainbow = {
enable = false,
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 = false,
-- 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
-- },
-- autotag = { enable = true, enable_rename = true, enable_close = true, enable_close_on_slash = true },
incremental_selection = { enable = true },
indent = { enable = true, disable = { "python", "css" } },