| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): rewrite the buffer formatting flow | Thomas Vanbesien | 8 days | 1 | -28/+1 |
| | | |||||
| * | feat(nvim): support custom snippets | Thomas Vanbesien | 12 days | 1 | -0/+11 |
| | | |||||
| * | refactor(nvim): single source of truth for per-ft formatting width | Thomas Vanbesien | 2026-05-19 | 1 | -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. | ||||
| * | fix(nvim): replace O(n²) loop concat with table.concat | Thomas Vanbesien | 2026-05-18 | 1 | -4/+1 |
| | | |||||
| * | fix(nvim): remove `tempname()` files in lua/markdown formatters | Thomas Vanbesien | 2026-05-18 | 1 | -0/+1 |
| | | |||||
| * | misc: fix comments and typos | Thomas Vanbesien | 2026-05-18 | 1 | -1/+1 |
| | | |||||
| * | feat: initial setup | Thomas Vanbesien | 2026-05-06 | 1 | -0/+36 |
| - `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 | |||||
