mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(nvim-snippets): load js snippets for ts. See #3344
This commit is contained in:
parent
de57894158
commit
99f0a1cb40
1 changed files with 3 additions and 0 deletions
|
@ -104,6 +104,9 @@ return {
|
|||
opts = {
|
||||
friendly_snippets = true,
|
||||
global_snippets = { "all", "global" },
|
||||
extended_filetypes = {
|
||||
typescript = { "javascript" },
|
||||
},
|
||||
},
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue