mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-29 20:14:36 +02:00
fix(nvim-snippets): remove extra filetypes since thats no longer needed with merged PR
This commit is contained in:
parent
cf4374867d
commit
a6e6d4dabd
1 changed files with 0 additions and 5 deletions
|
@ -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" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue