mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 13:04:26 +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 = {
|
||||
enable = true,
|
||||
disable = { "html", "jsx" },
|
||||
disable = { "html", "tsx" },
|
||||
equery = "rainbow-parens",
|
||||
strategy = require("ts-rainbow").strategy.global,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue