UNPKG

coc.nvim

Version:

LSP based intellisense engine for neovim & vim8.

6 lines (5 loc) 177 B
export interface MatchResult { score: number; matches?: number[]; } export declare function getMatchResult(text: string, query: string, filename?: string): MatchResult;