The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Neovim::Ext::Plugin::Host - Neovim Plugin::Host class

VERSION

version 0.06

SYNOPSIS

        use Neovim::Ext;

        my $host = Neovim::Ext::Plugin::Host->new ($nvim);
        $host->start ('/path/to/Plugin1.pm', '/path/to/Plugin2.pm');

METHODS

register( $package )

Register $package as a plugin. This should be called by a plugin on load.

start( @plugins )

Start listening for msgpack-rpc requests and notifications.

shutdown( )

Shutdown the host.