1
0
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:
2024-07-24 09:09:34 +02:00
parent e3e411b629
commit 9343a1e579
4 changed files with 19 additions and 0 deletions

View File

@ -249,6 +249,11 @@ require("lazy").setup({
end,
ft = { "markdown" },
},
{
"MeanderingProgrammer/markdown.nvim",
main = "render-markdown",
name = "render-markdown",
},
-- Copilot
{