aboutsummaryrefslogtreecommitdiffstats
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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)