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. |
||
|---|---|---|
| .. | ||
| context_manager | ||
| init.lua | ||
| utils.lua | ||