From 1734929edd6ceb47fcee53cb9d0a408b41dea14a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 12 Jun 2026 17:02:54 +0200 Subject: misc(nvim): reformat lua files to 100 char line width --- .config/nvim/plugin/50-markdown.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/nvim/plugin/50-markdown.lua') diff --git a/.config/nvim/plugin/50-markdown.lua b/.config/nvim/plugin/50-markdown.lua index a785aaa..cc415f4 100644 --- a/.config/nvim/plugin/50-markdown.lua +++ b/.config/nvim/plugin/50-markdown.lua @@ -14,7 +14,12 @@ require("nvim-treesitter").install({ local markdown_textwidth = vim.g.dotfiles.textwidth.markdown require("render-markdown").setup({ heading = { width = "block", min_width = markdown_textwidth }, - code = { position = "center", sign = false, width = "block", min_width = markdown_textwidth / 2 }, + code = { + position = "center", + sign = false, + width = "block", + min_width = markdown_textwidth / 2, + }, dash = { width = markdown_textwidth }, win_options = { conceallevel = { rendered = 2 } }, }) -- cgit v1.3.1