mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-28 11:40:07 +02:00
fix: tsx support lsp and treesitter
This commit is contained in:
parent
523588ee4f
commit
a25f1abde3
7 changed files with 118 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue