Add markdown render nvim plugin

This commit is contained in:
Jan Eitzinger 2024-09-15 08:45:42 +02:00
parent d88b43477d
commit 996dd7f31e

View File

@ -1,4 +1,22 @@
return {
{{- if eq .chezmoi.os "openbsd" }}
{
"MeanderingProgrammer/render-markdown.nvim",
opts = {
file_types = { "markdown" },
code = {
sign = false,
width = "block",
right_pad = 1,
},
heading = {
sign = false,
icons = {},
},
},
ft = { "markdown" },
},
{{- end }}
{
"renerocksai/telekasten.nvim",
lazy = true,