proteome-0.9.10: Neovim Project Manager
Safe HaskellSafe-Inferred
LanguageHaskell2010

Proteome.Data.FilesConfig

Documentation

data FilesConfig Source #

Constructors

FilesConfig 

Instances

Instances details
Generic FilesConfig Source # 
Instance details

Defined in Proteome.Data.FilesConfig

Associated Types

type Rep FilesConfig :: Type -> Type #

Show FilesConfig Source # 
Instance details

Defined in Proteome.Data.FilesConfig

Eq FilesConfig Source # 
Instance details

Defined in Proteome.Data.FilesConfig

type Rep FilesConfig Source # 
Instance details

Defined in Proteome.Data.FilesConfig

type Rep FilesConfig = D1 ('MetaData "FilesConfig" "Proteome.Data.FilesConfig" "proteome-0.9.10-48XxF3xo2MP5xTrET0738Y" 'False) (C1 ('MetaCons "FilesConfig" 'PrefixI 'True) ((S1 ('MetaSel ('Just "useRg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "ignoreHidden") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "ignoreFiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Regex]) :*: (S1 ('MetaSel ('Just "ignoreDirs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Regex]) :*: S1 ('MetaSel ('Just "wildignore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text])))))