summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/bash.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor(nvim): rewrite the buffer formatting flowThomas Vanbesien8 days1-17/+0
|
* refactor(nvim): single source of truth for per-ft formatting widthThomas Vanbesien2026-05-191-1/+1
| | | | | | | | | - vim.g.dotfiles.textwidth = { sh=80, lua=120, markdown=120, gitcommit=72 } defined once in init.lua. - bash/lua/markdown/gitcommit ftplugins + render-markdown read from it; mdformat --wrap already follows vim.bo.textwidth. - gitcommit gets an explicit textwidth line (was implicit runtime 72). - Behavior unchanged; one number now propagates everywhere.
* feat: initial setupThomas Vanbesien2026-05-061-0/+17
- `dotfiles` (this project's CLI) - foot configuration - tmux configuration - bash configuration - nvim (as a git submodule) + configuration - ranger configuration - fzf configuration - KDE global shortcuts - Other miscellaneous dependencies