UNPKG

neovim

Version:

Nvim msgpack API client and remote plugin provider

7 lines (6 loc) 353 B
export { attach } from './attach/attach'; export { Neovim, NeovimClient, Buffer, Tabpage, Window } from './api/index'; export { Plugin, Function, Autocmd, Command } from './plugin'; export { NvimPlugin } from './host/NvimPlugin'; export { loadPlugin } from './host/factory'; export { findNvim, FindNvimOptions, FindNvimResult } from './utils/findNvim';