summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/ftplugin/markdown.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor(nvim): rewrite the buffer formatting flowThomas Vanbesien8 days1-55/+1
* misc(nvim): rename user commandsThomas Vanbesien11 days1-7/+2
* feat: add wikilink mdformat extensionThomas Vanbesien12 days1-0/+4
* refactor(nvim): group vim.pack.add() callsThomas Vanbesien2026-05-291-2/+0
* misc(nvim): add comment about non-bug (invisible fenced code blocks)Thomas Vanbesien2026-05-291-0/+4
* misc: remove commentThomas Vanbesien2026-05-291-2/+0
* refactor(nvim): install link.vim package in 50-markdown.luaThomas Vanbesien2026-05-201-0/+2
* fix(nvim): narrow checklist guard to match item_range contractThomas Vanbesien2026-05-191-2/+2
* refactor(nvim): single source of truth for per-ft formatting widthThomas Vanbesien2026-05-191-1/+1
* fix(nvim): MarkdownListCheck/Uncheck work on multi-line itemsThomas Vanbesien2026-05-181-12/+73
* misc(nvim): remove dead code from markdown `format()`Thomas Vanbesien2026-05-181-4/+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
* feat(nvim): add commands to check/uncheck markdown checklist itemsThomas Vanbesien2026-05-171-0/+30
* feat(nvim): add markdown rendering with `render-markdown.nvim`Thomas Vanbesien2026-05-071-3/+0
* feat: initial setupThomas Vanbesien2026-05-061-0/+80