fix: tsx support lsp and treesitter

This commit is contained in:
asep komarudin 2024-02-18 21:29:22 +07:00
parent 523588ee4f
commit a25f1abde3
7 changed files with 118 additions and 5 deletions

View file

@ -30,11 +30,11 @@ configs.setup({
-- },
rainbow = {
enable = true,
disable = { "html" },
disable = { "html", "jsx" },
equery = "rainbow-parens",
strategy = require("ts-rainbow").strategy.global,
},
autotag = { enable = true },
-- autotag = { enable = true, enable_rename = true, enable_close = true, enable_close_on_slash = true },
incremental_selection = { enable = true },
indent = { enable = true, disable = { "python", "css" } },
autopairs = {