import type { Denops, StartOptions } from "./deps.ts"; // deno-lint-ignore require-await export async function nills(_denops: Denops): Promise { return { cmd: ["nil"], }; }