markdown preview

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-04-04 02:16:54 -05:00
parent cb237fd8aa
commit 3dfe00f79c
3 changed files with 155 additions and 89 deletions

View file

@ -3,6 +3,7 @@ return {
["<C-d>"] = { "<C-d>zz", desc = "Vertical half page down and center cursor" },
["<C-u>"] = { "<C-u>zz", desc = "Vertical half page up and center cursor" },
["<leader>gf"] = { ":OpenInGHFile <CR>", desc = "Open in github" },
["<leader>mp"] = { ":Glow <CR>", desc = "Markdown preview" }
},
v = {
["<leader>gf"] = { ":OpenInGHFile <CR>", desc = "Open in github" },