The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.