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

Ribosome.PluginName

Description

Combinators for PluginName.

Synopsis

Documentation

pluginNamePrefixed :: Member (Reader PluginName) r => Text -> Sem r Text Source #

Get the PluginName from a Reader and prefix the given string with it, followed by a colon..

pluginNamePascalCase :: Member (Reader PluginName) r => Sem r PluginName Source #

Get the PluginName from a Reader and convert it to PascalCase.