markdown improvements
This commit is contained in:
parent
e745fc4ec9
commit
f1ca602f8d
1 changed files with 12 additions and 1 deletions
|
@ -60,5 +60,16 @@ return {
|
|||
require("Comment").setup()
|
||||
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