From c3c0fe51524d0e7bbc2d93fb9ee0127db691287a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 12 Jun 2026 16:59:57 +0200 Subject: misc(nvim): lua textwidth 120 → 100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua index a99e2c6..f2f577c 100644 --- a/.config/nvim/init.lua +++ b/.config/nvim/init.lua @@ -6,7 +6,7 @@ vim.g.dotfiles = { augroup = vim.api.nvim_create_augroup("dotfiles", {}), -- Single source of truth for per-filetype formatting width -- (textwidth → gw, mdformat --wrap, render-markdown block widths). - textwidth = { sh = 80, lua = 120, markdown = 120, gitcommit = 72, python = 88 }, + textwidth = { sh = 80, lua = 100, markdown = 120, gitcommit = 72, python = 88 }, } -- Sets the window bar content and style (custom hl-groups WinBarCwd and WinBarFilePath) -- cgit v1.3.1