markdown improvements
This commit is contained in:
parent
e745fc4ec9
commit
f1ca602f8d
|
@ -60,5 +60,16 @@ return {
|
||||||
require("Comment").setup()
|
require("Comment").setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{"ellisonleao/glow.nvim", config = true, cmd = "Glow"}
|
"SidOfc/mkdx",
|
||||||
|
{
|
||||||
|
"ellisonleao/glow.nvim",
|
||||||
|
cmd = "Glow",
|
||||||
|
config = function ()
|
||||||
|
require('glow').setup({
|
||||||
|
style = "dark",
|
||||||
|
width = 120,
|
||||||
|
install_path = "~/.nix-profile/bin/glow"
|
||||||
|
})
|
||||||
|
end
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue