presser.nvim/presser
TheOnePath 6b63ea6446
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 16:29:21 +00:00
..
actions Added new actions module 2023-01-13 16:13:21 +00:00
builtins Added presser/builtins 2023-01-13 16:25:56 +00:00
context_manager Upated context_manager 2023-01-13 16:02:11 +00:00
init.lua Refactored main init.lua file 2023-01-13 16:04:04 +00:00
steamers.lua Added streamer.lua 2023-01-13 16:29:21 +00:00
utils.lua Updated presser/utils.lua 2023-01-10 22:33:45 +00:00