From 06f6787b86df0ed5f0fced08ea647672be1e028c Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 29 Jun 2026 15:05:56 +0200 Subject: refactor: remove textwidth.gitcommit global variable --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 02a480d..2d5f96a 100644 --- a/init.lua +++ b/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 = 100, markdown = 120, gitcommit = 72, python = 88 }, + textwidth = { sh = 80, lua = 100, markdown = 120, python = 88 }, } -- Sets the window bar content and style (custom hl-groups WinBarCwd and WinBarFilePath) -- cgit v1.3.1