fix(nvim-snippets): remove extra filetypes since thats no longer needed with merged PR
This commit is contained in:
@ -104,11 +104,6 @@ return {
|
||||
opts = {
|
||||
friendly_snippets = true,
|
||||
global_snippets = { "all", "global" },
|
||||
extended_filetypes = {
|
||||
typescript = { "javascript" },
|
||||
typescriptreact = { "javascript" },
|
||||
javascriptreact = { "javascript" },
|
||||
},
|
||||
},
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
},
|
||||
|
Reference in New Issue
Block a user