summaryrefslogtreecommitdiffstats
path: root/.config/nvim/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
commit8a3d2f1535ff6ddb9f652d92c7ef024afc29b059 (patch)
tree1e4d83a6b34651c004e31a7963c8b685542edfa4 /.config/nvim/plugin
parent12e8f343c1f6fd2c9334993c2f404eef9d0deaad (diff)
downloaddotfiles-8a3d2f1535ff6ddb9f652d92c7ef024afc29b059.tar.gz
dotfiles-8a3d2f1535ff6ddb9f652d92c7ef024afc29b059.zip
misc(nvim): extend markdown heading background horizontallyHEADkde
Diffstat (limited to '.config/nvim/plugin')
-rw-r--r--.config/nvim/plugin/50-markdown.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plugin/50-markdown.lua b/.config/nvim/plugin/50-markdown.lua
index cc415f4..2849983 100644
--- a/.config/nvim/plugin/50-markdown.lua
+++ b/.config/nvim/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,