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

Ribosome.Data.PluginName

Description

Data type PluginName

Synopsis

Documentation

newtype PluginName Source #

Represents the name of the plugin, to be used via Reader by all its components.

The name is usually provided by main function combinators like runNvimPluginIO via Reader PluginConfig.

Constructors

PluginName 

Fields