summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-05 10:47:44 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-05 10:47:44 +0900
commit1f755938761193399cad1f740fe58ec2483c2eac (patch)
treebcaeb92d27e0306f0952a702589aaeb04d68d308 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
parent77e535a277b59db201847a23f1d827f3bba01e7f (diff)
modified core/keymaps.lua, modified plugins/markdown.lua, modified plugins/telescope.lua, modified plugins/wiki.lua, created plugins/todo.lua
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
index 3199bec..51e3d50 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua
@@ -248,6 +248,14 @@ return {
},
},
{
+ "ellisonleao/glow.nvim",
+ config = true,
+ cmd = "Glow",
+ keys = {
+ { "<leader>mf", "<cmd>Glow<CR>", desc = "Floating markdown preview" },
+ },
+ },
+ {
"dhruvasagar/vim-open-url",
init = function()
local wk = require("which-key")