| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | misc(nvim): smart split git diff window in gitcommit files | Thomas Vanbesien | 2026-06-01 | 1 | -2/+10 |
| | | | | | | Split the window horizontally when there is not enough columns on the screen to display the cached git diff comfortably. | ||||
| * | misc(nvim): explicit autocommand description | Thomas Vanbesien | 2026-06-01 | 1 | -1/+1 |
| | | |||||
| * | refactor(nvim): single source of truth for per-ft formatting width | Thomas Vanbesien | 2026-05-19 | 1 | -0/+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. | ||||
| * | fix(nvim): stop leaking options from gitcommit diff and qf buffers | Thomas Vanbesien | 2026-05-18 | 1 | -2/+2 |
| | | |||||
| * | misc: comment | Thomas Vanbesien | 2026-05-07 | 1 | -1/+1 |
| | | |||||
| * | fix(nvim): gitcommit diff window starts unfolded | Thomas Vanbesien | 2026-05-07 | 1 | -0/+1 |
| | | |||||
| * | feat: initial setup | Thomas Vanbesien | 2026-05-06 | 1 | -0/+27 |
| - `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 | |||||
