Skip to content

Commit

Permalink
Update render-markdown.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Aug 15, 2024
1 parent 8772c52 commit 0a82079
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ local plugins = {
cond = not_vscode
},
{
"MeanderingProgrammer/markdown.nvim",
"MeanderingProgrammer/render-markdown.nvim",
opts = {
file_types = { "markdown", "norg", "rmd", "org" },
code = {
Expand All @@ -1053,6 +1053,13 @@ local plugins = {
sign = false,
icons = {},
},
overrides = {
buftype = {
nofile = {
code = { width = "full", left_pad = 0, right_pad = 0 },
},
},
},
},
ft = { "markdown", "norg", "rmd", "org" },
config = function(_, opts)
Expand Down

0 comments on commit 0a82079

Please sign in to comment.