mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue