summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/lua.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor(nvim): rewrite the buffer formatting flowThomas Vanbesien8 days1-28/+1
* feat(nvim): support custom snippetsThomas Vanbesien12 days1-0/+11
* refactor(nvim): single source of truth for per-ft formatting widthThomas Vanbesien2026-05-191-1/+1
* fix(nvim): replace O(n²) loop concat with table.concatThomas Vanbesien2026-05-181-4/+1
* fix(nvim): remove `tempname()` files in lua/markdown formattersThomas Vanbesien2026-05-181-0/+1
* misc: fix comments and typosThomas Vanbesien2026-05-181-1/+1
* feat: initial setupThomas Vanbesien2026-05-061-0/+36