nvim/lua/user/glow-markdown.lua
RingOfStorms (Joshua Bell) dc3e319f27 Working on LSP and shit like that, Astro config is confusing, need to
learn it myself from scratch
2023-05-23 02:56:59 -05:00

15 lines
328 B
Lua

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" },
}
}
}