diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/markdown.lua | 8 |
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") |
