mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 13:29:24 +00:00
[neovim] Customize render-markdown
This commit is contained in:
@ -249,6 +249,11 @@ require("lazy").setup({
|
||||
end,
|
||||
ft = { "markdown" },
|
||||
},
|
||||
{
|
||||
"MeanderingProgrammer/markdown.nvim",
|
||||
main = "render-markdown",
|
||||
name = "render-markdown",
|
||||
},
|
||||
|
||||
-- Copilot
|
||||
{
|
||||
|
Reference in New Issue
Block a user