presser.nvim/presser
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
..
actions Added new actions module 2023-01-13 17:18:56 +00:00
builtins Added presser/builtins 2023-01-13 17:18:56 +00:00
context_manager Upated context_manager 2023-01-13 17:18:56 +00:00
init.lua Refactored main init.lua file 2023-01-13 17:18:56 +00:00
steamers.lua Added streamer.lua 2023-01-13 17:18:56 +00:00
utils.lua Updated presser/utils.lua 2023-01-13 17:18:56 +00:00