UNPKG

neovim

Version:

Nvim msgpack API client and remote plugin provider

5 lines (4 loc) 196 B
export { plugin as Plugin } from './plugin'; export { nvimFunction as Function } from './function'; export { autocmd as Autocmd } from './autocmd'; export { command as Command } from './command';