diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-12 16:59:57 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-12 22:57:34 +0200 |
| commit | c3c0fe51524d0e7bbc2d93fb9ee0127db691287a (patch) | |
| tree | f2c4ac75d79ee44fe4c2ca65fa53821b10cbfc89 /.config/nvim/init.lua | |
| parent | 2e42bf1ef8c27173ed3a540135eada4c24abbaaf (diff) | |
| download | dotfiles-c3c0fe51524d0e7bbc2d93fb9ee0127db691287a.tar.gz dotfiles-c3c0fe51524d0e7bbc2d93fb9ee0127db691287a.zip | |
misc(nvim): lua textwidth 120 → 100
Diffstat (limited to '.config/nvim/init.lua')
| -rw-r--r-- | .config/nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
