Method: Neovim::API#types

Defined in:
lib/neovim/api.rb

#typesObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

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


20
21
22
# File 'lib/neovim/api.rb', line 20

def types
  @types ||= @api_info.fetch("types")
end