Class Neovim::Session::API
In: lib/neovim/session/api.rb
Parent: Object

@api private

Methods

Classes and Modules

Class Neovim::Session::API::Function

Attributes

channel_id  [R] 

Public Class methods

Represents an unknown API. Used as a stand-in when the API hasn‘t been discovered yet via the vim_get_api_info RPC call.

Public Instance methods

Find a function with the given name.

Return all functions defined by the API.

Return a list of functions with the given name prefix.

Truncate the output of inspect so console sessions are more pleasant.

Return information about nvim types. Used for registering MessagePack ext types.

[Validate]