fix luasnip incorrect path (#526)
This commit is contained in:
parent
0e493bcacc
commit
6e3e0bf029
|
@ -82,7 +82,9 @@ M.luasnip = function()
|
||||||
history = true,
|
history = true,
|
||||||
updateevents = "TextChanged,TextChangedI",
|
updateevents = "TextChanged,TextChangedI",
|
||||||
}
|
}
|
||||||
require("luasnip/loaders/from_vscode").load { path = { chadrc_config.plugins.options.luasnip.snippet_path } }
|
|
||||||
|
require("luasnip/loaders/from_vscode").load { paths = chadrc_config.plugins.options.luasnip.snippet_path }
|
||||||
|
require("luasnip/loaders/from_vscode").load()
|
||||||
end
|
end
|
||||||
|
|
||||||
M.signature = function()
|
M.signature = function()
|
||||||
|
|
Loading…
Reference in New Issue