presser.nvim/presser
TheOnePath 7a126af17a
Refactored main init.lua file
File has undergone refactor to reduce overall expected responsibility
which was temporary for kickstarting the extension.

The presser/init.lua script will now, and only now, be responsible for
handling and setting up configuration of presser itself (extensibility
to be concluded in future). Now, the script defines presser@setup()
which is to be called by a user in their Neovim config script. This
function currently defines one user command which allows for executing
the builtins@find_replace.

Most functions which were defined in table@presser have been migrated to
a new location presser/actions, defined in table@actions.

The function definition presser@find_replace has been migrated to
presser.builtins (in builtins@find_replace).

Consult other commits related to migrations for more info about specific
refactors.
2023-01-13 16:04:04 +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
utils.lua Updated presser/utils.lua 2023-01-10 22:33:45 +00:00