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