A collection of word processing tools to press over your files easier with UIs.
Go to file
TheOnePath 4049e5c2d0 Updated context_manager/init.lua
- Added diagram for global context manager (GCM) structure.
- Removed local func@get_ctx_head (unused).
- Updated func@M.update:
	- function takes 2 parameter arguments (see docstring).
	- constructs new record for the given context in the GCM to keep
	  record of a newly constructed window buffer.
	- function updates the GCM with the new record.
- Updated func@M.flush:
	- handles for new structure of records in the GCM.
	- see docstring for info.
2023-01-13 17:18:56 +00:00
presser Updated context_manager/init.lua 2023-01-13 17:18:56 +00:00
init.lua Updated init.lua 2023-01-08 22:31:34 +00:00
README.md Added README.md 2023-01-09 10:43:07 +00:00
utils.lua Added utils.lua 2023-01-08 22:29:33 +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.