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

Ribosome.Data.WindowConfig

Description

Codec data type for vim_get_windows.

Synopsis

Documentation

data WindowConfig Source #

Codec data type for vim_get_windows.

Constructors

WindowConfig 

Instances

Instances details
Generic WindowConfig Source # 
Instance details

Defined in Ribosome.Data.WindowConfig

Associated Types

type Rep WindowConfig :: Type -> Type #

Show WindowConfig Source # 
Instance details

Defined in Ribosome.Data.WindowConfig

Eq WindowConfig Source # 
Instance details

Defined in Ribosome.Data.WindowConfig

MsgpackDecode WindowConfig Source # 
Instance details

Defined in Ribosome.Data.WindowConfig

MsgpackEncode WindowConfig Source # 
Instance details

Defined in Ribosome.Data.WindowConfig

type Rep WindowConfig Source # 
Instance details

Defined in Ribosome.Data.WindowConfig

type Rep WindowConfig = D1 ('MetaData "WindowConfig" "Ribosome.Data.WindowConfig" "ribosome-0.9.9.9-9qviHqnn5IlBIAvGWfH18d" 'False) (C1 ('MetaCons "WindowConfig" 'PrefixI 'True) (S1 ('MetaSel ('Just "relative") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "focusable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "external") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))))