We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deno.lock
1 parent 77ac1e8 commit a73ecd3Copy full SHA for a73ecd3
denops/fall/main/picker.ts
@@ -85,7 +85,7 @@ async function init(
85
const path = await denops.eval("expand(g:fall_config_path)") as string;
86
if (recache) {
87
const cmd = new Deno.Command(Deno.execPath(), {
88
- args: ["cache", "--reload", "--allow-import", path],
+ args: ["cache", "--no-lock", "--reload", "--allow-import", path],
89
stdin: "null",
90
stdout: "piped",
91
stderr: "piped",
0 commit comments