mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 21:14:29 +02:00
fix: update jsx to tsx
This commit is contained in:
parent
a25f1abde3
commit
2af9f21559
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ configs.setup({
|
||||||
-- },
|
-- },
|
||||||
rainbow = {
|
rainbow = {
|
||||||
enable = true,
|
enable = true,
|
||||||
disable = { "html", "jsx" },
|
disable = { "html", "tsx" },
|
||||||
equery = "rainbow-parens",
|
equery = "rainbow-parens",
|
||||||
strategy = require("ts-rainbow").strategy.global,
|
strategy = require("ts-rainbow").strategy.global,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue