diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-29 15:05:56 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-29 15:05:56 +0200 |
| commit | 06f6787b86df0ed5f0fced08ea647672be1e028c (patch) | |
| tree | 25ca1970494bc8fb462e990a2092c4e4eead9868 /init.lua | |
| parent | 30e21c2fc6bca996bd64fcde35b5f72e89c71877 (diff) | |
| download | nvim-config-06f6787b86df0ed5f0fced08ea647672be1e028c.tar.gz nvim-config-06f6787b86df0ed5f0fced08ea647672be1e028c.zip | |
refactor: remove textwidth.gitcommit global variable
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
