mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-13 19:04:28 +02:00
migrate ts-rainbo to ts-rainbow2
This commit is contained in:
parent
e52160557a
commit
d86ac958a2
4 changed files with 28 additions and 12 deletions
|
@ -30,8 +30,8 @@ configs.setup({
|
|||
rainbow = {
|
||||
enable = true,
|
||||
disable = { "html" },
|
||||
extended_mode = false,
|
||||
max_file_lines = nil,
|
||||
equery = 'rainbow-parens',
|
||||
strategy = require('ts-rainbow').strategy.global,
|
||||
},
|
||||
autotag = { enable = true },
|
||||
incremental_selection = { enable = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue