Skip to main content
Module

x/ddu_vim/types.ts>SourceOptions

Dark deno-powered UI framework for neovim/Vim
Latest
type alias SourceOptions
import { type SourceOptions } from "https://deno.land/x/ddu_vim@v4.0.0/types.ts";
definition: { actions: Record<ActionName, ItemAction>; columns: UserColumn[]; converters: UserFilter[]; defaultAction: string; ignoreCase: boolean; matcherKey: string; matchers: UserFilter[]; maxItems: number; path: TreePath; smartCase: boolean; sorters: UserFilter[]; volatile: boolean; }