mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add: update ts rainbow for neovim v 0.10
This commit is contained in:
parent
0d2d1e65ab
commit
63de9b2074
3 changed files with 43 additions and 10 deletions
|
@ -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" } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue