mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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" },
|
||||
extended_filetypes = {
|
||||
typescript = { "javascript" },
|
||||
typescriptreact = { "javascript" },
|
||||
javascriptreact = { "javascript" },
|
||||
},
|
||||
},
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue