Skip to main content
Module

x/ddu_vim/types.ts>Context

Dark deno-powered UI framework for neovim/Vim
Latest
type alias Context
import { type Context } from "https://deno.land/x/ddu_vim@v4.0.0/types.ts";
definition: { bufName: string; bufNr: number; cwd: string; done: boolean; doneUi: boolean; input: string; maxItems: number; mode: string; path: TreePath; pathHistories: TreePath[]; winId: number; }