UNPKG

@chemzqm/neovim

Version:

NodeJS client API for vim8 and neovim

8 lines (7 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var index_1 = require("./plugin/index"); exports.Plugin = index_1.Plugin; exports.Function = index_1.Function; exports.Autocmd = index_1.Autocmd; exports.Command = index_1.Command;