We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcde7e1 commit b350ab2Copy full SHA for b350ab2
1 file changed
.config/nvim/lua/plugins.lua
@@ -385,19 +385,7 @@ require("lazy").setup({
385
},
386
{
387
-- 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,
+ "hiphish/rainbow-delimiters.nvim",
401
402
403
"m-demare/hlargs.nvim",
0 commit comments