neovim
Version:
Nvim msgpack API client and remote plugin provider
9 lines (8 loc) • 642 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Command = exports.Autocmd = exports.Function = exports.Plugin = void 0;
var index_1 = require("./plugin/index");
Object.defineProperty(exports, "Plugin", { enumerable: true, get: function () { return index_1.Plugin; } });
Object.defineProperty(exports, "Function", { enumerable: true, get: function () { return index_1.Function; } });
Object.defineProperty(exports, "Autocmd", { enumerable: true, get: function () { return index_1.Autocmd; } });
Object.defineProperty(exports, "Command", { enumerable: true, get: function () { return index_1.Command; } });
;