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

@ -27,6 +27,12 @@ material_icon.setup({
cterm_color = "220",
name = "jsx",
},
["tsx"] = {
icon = "",
color = "#1354bf",
cterm_color = "220",
name = "Tsx",
},
["svg"] = {
icon = "󰜡",
color = "#FDB03A",