ribosome-host-0.9.9.9: Neovim plugin host for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Host.Data.Execution

Description

RPC message execution

Synopsis

Documentation

data Execution Source #

This type indicates the execution style that Neovim should be instructed to use for RPC messages – synchronous requests that block Neovim until a result is returned and asynchronous notifications.

Constructors

Sync

RPC Request

Async

RPC Notification