Commit Graph

3 Commits

Author SHA1 Message Date
ef257557cf
Updated builtins/init.lua
Added lazy export for modules@hyperlink
2023-02-04 18:41:22 +00:00
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
6e3e7f9d2d
Moved presser/ -> lua/presser/
Created new director lua/ and moved presser/ into the subdirectory.
This is to align with other standard developments of Neovim extensions.
2023-01-13 16:40:43 +00:00