astro-nvim-v3 - ft: fix ts-rainbow

This commit is contained in:
huyjaky
2024-08-20 07:23:08 +07:00
parent 1f7ec497c6
commit ba759da71c
4 changed files with 21 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ return {
{ "[", "]", fly = true },
{ "{", "}", fly = true },
{ "(", ")", fly = true },
-- { "<", ">", fly = true },
},
},
dependencies = {