summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-19 17:27:04 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-19 17:27:04 +0200
commit23facd1e189343877cfcac92bc4cb718716e1818 (patch)
tree6455390b607f95dac12ee32981e6dde6e4002833 /plugin
parent2cd37e37cef63694094e386e5eea987d2a52ca8f (diff)
downloadnvim-config-23facd1e189343877cfcac92bc4cb718716e1818.tar.gz
nvim-config-23facd1e189343877cfcac92bc4cb718716e1818.zip
misc(nvim): extend markdown heading background horizontally
Diffstat (limited to 'plugin')
-rw-r--r--plugin/50-markdown.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/50-markdown.lua b/plugin/50-markdown.lua
index cc415f4..2849983 100644
--- a/plugin/50-markdown.lua
+++ b/plugin/50-markdown.lua
@@ -13,7 +13,7 @@ require("nvim-treesitter").install({
local markdown_textwidth = vim.g.dotfiles.textwidth.markdown
require("render-markdown").setup({
- heading = { width = "block", min_width = markdown_textwidth },
+ heading = { min_width = markdown_textwidth },
code = {
position = "center",
sign = false,