A collection of word processing tools to press over your files easier with UIs.
Go to file
TheOnePath 657d3f2ae6 Added streamer.lua
Steamers are akin to that of Telescope's Pickers. A "steamer" is the
class structure used by builtins to create new windows/buffers for the
user to interact with. This code was simply migrated across from
presser@new and refactored to adopt a class-like OOP paradigm.

steamers@new is a wrapper function accessed by builtins to invoke the
class constructor Steamers@new. Allows to greater control and
flexibility of window/buffer options.
2023-01-13 17:18:56 +00:00
presser Added streamer.lua 2023-01-13 17:18:56 +00:00
README.md Added README.md 2023-01-09 10:43:07 +00:00

presser.nvim

A collection of word processing tools to press over your files easier with UIs.

For unstable and latest features, see the experimental branch.