fix: load_standalone accepts path, not paths
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ local function setup()
|
||||
local snippet_path = get_snippet_path()
|
||||
if snippet_path then
|
||||
require("luasnip.loaders.from_vscode").load_standalone({
|
||||
paths = { snippet_path },
|
||||
path = snippet_path,
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user