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

NAME

Neovim::Ext::LuaFuncs - Neovim LuaFuncs class

VERSION

version 0.06

SYNOPSIS

        use Neovim::Ext;

        my $result = $lua->lua_function->call (123);

DESCRIPTION

Helper pacakge to allow lua functions to be called like perl methods.

METHODS

call( @args )

Call a lua function.