UNPKG

neovim

Version:

Nvim msgpack API client and remote plugin provider

7 lines (6 loc) 215 B
export interface AutocmdOptions { pattern: string; eval?: string; sync?: boolean; } export declare function autocmd(name: string, options?: AutocmdOptions): (cls: any, methodName: string | null) => any;