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

Ribosome.Host.Data.CommandMods

Description

Special command parameter that exposes the used modifiers.

Synopsis

Documentation

newtype CommandMods Source #

When this type is used as a parameter of a command handler function, the RPC trigger uses the special token q-mods in the call.

This type then contains the list of pre-command modifiers specified by the user, like :belowright.

Constructors

CommandMods 

Fields