presser.nvim/presser
TheOnePath 028b34bdda
Added new actions module
All functions originally defined in presser/init.lua and part of
table@presser which were related to performing a specific action,
have be migrated to this file.

Function definitions have remained the same
	- presser@start_buffer has been renamed
	  actions@buf_put_cursor_at() to allow for more generic
	  use-cases which the function name did not imply. Call this
	  function to place the cursor into any buffer in the GCM by its
	  label name.
2023-01-13 16:13:21 +00:00
..
actions Added new actions module 2023-01-13 16:13:21 +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