This commit is contained in:
asep komarudin 2023-11-03 22:39:25 +07:00
parent d86ac958a2
commit 9df1b32048
5 changed files with 25 additions and 807 deletions

View file

@ -24,14 +24,15 @@ configs.setup({
html = "<!-- %s -->",
svelte = "<!-- %s -->",
vue = "<!-- %s -->",
jsx = "{/* %s */}",
json = "",
},
},
rainbow = {
enable = true,
disable = { "html" },
equery = 'rainbow-parens',
strategy = require('ts-rainbow').strategy.global,
equery = "rainbow-parens",
strategy = require("ts-rainbow").strategy.global,
},
autotag = { enable = true },
incremental_selection = { enable = true },