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.