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::RemoteMap - Neovim RemoteMap class

VERSION

version 0.06

SYNOPSIS

        use Neovim::Ext;

METHODS

new( $nvim, $get_method, [$set_method, $del_method])

fetch( $key, $default )

Return $key if present, otherwise $default.