Skip to content

Commit b350ab2

Browse files
committed
➕ ➖ nvim: p00f/nvim-ts-rainbow ➡️ hiphish/rainbow-delimiters.nvim
1 parent bcde7e1 commit b350ab2

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.config/nvim/lua/plugins.lua

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -385,19 +385,7 @@ require("lazy").setup({
385385
},
386386
{
387387
-- TODO
388-
"p00f/nvim-ts-rainbow",
389-
config = function()
390-
require("nvim-treesitter.configs").setup {
391-
rainbow = {
392-
enable = true,
393-
disable = { "jsx" },
394-
extended_mode = true, -- Also highlight non-bracket delimiters like html tags, boolean or table: lang -> boolean
395-
max_file_lines = nil, -- Do not enable for files with more than n lines, int
396-
-- colors = {}, -- table of hex strings
397-
-- termcolors = {} -- table of colour name strings
398-
},
399-
}
400-
end,
388+
"hiphish/rainbow-delimiters.nvim",
401389
},
402390
{
403391
"m-demare/hlargs.nvim",

0 commit comments

Comments
 (0)