mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(nvim-snippets): also enable for tsx/jsx files
This commit is contained in:
parent
99f0a1cb40
commit
025ba33dc3
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ return {
|
||||||
global_snippets = { "all", "global" },
|
global_snippets = { "all", "global" },
|
||||||
extended_filetypes = {
|
extended_filetypes = {
|
||||||
typescript = { "javascript" },
|
typescript = { "javascript" },
|
||||||
|
typescriptreact = { "javascript" },
|
||||||
|
javascriptreact = { "javascript" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dependencies = { "rafamadriz/friendly-snippets" },
|
dependencies = { "rafamadriz/friendly-snippets" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue