presser.nvim/lua/presser
TheOnePath b59715ae67
Updated builtins/__modules.lua
Added modules@hyperlink. A new presser tool which will convert text to a
hyperlink in markdown format.
	- Firstly the function identifies the mode. If visual-mode, the text
	  selected is used. If normal-mode, the text used is whatever is
	  identified under the cursor.
	- Secondly, if the text is identified to be a valid URI schema, then
	  hyperlink will automatically make the conversion.
	- If the text isn't a URI schema, then a new steamer is created to
	  allow for the user to enter a URI.
2023-02-04 18:30:29 +00:00
..
actions Updated actions/init.lua 2023-02-04 18:16:58 +00:00
builtins Updated builtins/__modules.lua 2023-02-04 18:30:29 +00:00
context_manager Updated context_manager/init.lua 2023-01-13 17:18:56 +00:00
mappings Moved presser/ -> lua/presser/ 2023-01-13 17:18:56 +00:00
init.lua Updated init.lua to allow autocomplete of new command builtins@hyperlink 2023-01-23 18:19:56 +00:00
steamers.lua Moved presser/ -> lua/presser/ 2023-01-13 17:18:56 +00:00
utils.lua Updated utils.lua 2023-01-23 18:21:44 +00:00