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

Ribosome.Scratch

Description

A scratch buffer is what Neovim calls text not associated with a file, used for informational or interactive content.

Ribosome provides an interface for maintaining those, by associating a view configuration with an ID and allowing to update the text displayed in it.

Documentation