This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-25 03:31:18 -05:00
parent dc3e319f27
commit 5fcc77255c
17 changed files with 144 additions and 142 deletions

View file

@ -0,0 +1,15 @@
return {
"lnc3l0t/glow.nvim",
commit = "bbd0473d72a45094495ee5600b5577823543eefe",
branch = "advanced_window",
config = {
default_type = "keep",
},
cmd = "Glow",
mappings = {
n = {
["<leader>m"] = { "<Nop>", name = " Markdown" },
["<leader>mp"] = { ":Glow <CR>", desc = "Markdown preview" },
}
}
}