neovim
Version:
Nvim msgpack API client and remote plugin provider
10 lines (9 loc) • 441 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.NVIM_METHOD_NAME = exports.NVIM_SYNC = exports.NVIM_SPEC = exports.NVIM_DEV_MODE = exports.NVIM_PLUGIN = void 0;
// Constants for plugin properties
exports.NVIM_PLUGIN = '_nvim_plugin';
exports.NVIM_DEV_MODE = '_nvim_dev_mode';
exports.NVIM_SPEC = '_nvim_rpc_spec';
exports.NVIM_SYNC = '_nvim_rpc_sync';
exports.NVIM_METHOD_NAME = '_nvim_rpc_method_name';
;