From 49c9771b4d452913fcecb9562c9ca7bc2cf554bc Mon Sep 17 00:00:00 2001 From: Micah Effiong Date: Fri, 20 Oct 2023 12:37:42 +0100 Subject: [PATCH] added follow-link support - not working yet --- lua/custom/plugins/follow-link.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lua/custom/plugins/follow-link.lua diff --git a/lua/custom/plugins/follow-link.lua b/lua/custom/plugins/follow-link.lua new file mode 100644 index 00000000..58005f48 --- /dev/null +++ b/lua/custom/plugins/follow-link.lua @@ -0,0 +1,3 @@ +return { + 'jghauser/follow-md-links.nvim' +}