Add markdown render nvim plugin
This commit is contained in:
parent
d88b43477d
commit
996dd7f31e
@ -1,4 +1,22 @@
|
|||||||
return {
|
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",
|
"renerocksai/telekasten.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user