fix(nvim-snippets): remove extra filetypes since thats no longer needed with merged PR

This commit is contained in:
Folke Lemaitre 2024-05-28 16:12:53 +02:00
parent cf4374867d
commit a6e6d4dabd
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -104,11 +104,6 @@ return {
opts = { opts = {
friendly_snippets = true, friendly_snippets = true,
global_snippets = { "all", "global" }, global_snippets = { "all", "global" },
extended_filetypes = {
typescript = { "javascript" },
typescriptreact = { "javascript" },
javascriptreact = { "javascript" },
},
}, },
dependencies = { "rafamadriz/friendly-snippets" }, dependencies = { "rafamadriz/friendly-snippets" },
}, },