initial commit, working on TODO's

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-22 21:37:52 -05:00
commit 5e821a4d61
12 changed files with 411 additions and 0 deletions

View file

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