fix missing opts for plugin initialization
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
return {
|
||||
{ "L3MON4D3/LuaSnip", event = "VeryLazy" }, --snippet engine
|
||||
{ "rafamadriz/friendly-snippets", event = "VeryLazy" }, -- a bunch of snippets to use
|
||||
{
|
||||
"dsznajder/vscode-es7-javascript-react-snippets",
|
||||
run = "yarn install --frozen-lockfile && yarn compile",
|
||||
event = "VeryLazy"
|
||||
},
|
||||
"L3MON4D3/LuaSnip",
|
||||
event = "VeryLazy",
|
||||
config = true,
|
||||
dependencies = {
|
||||
"rafamadriz/friendly-snippets",
|
||||
-- "dsznajder/vscode-es7-javascript-react-snippets",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user