summaryrefslogtreecommitdiffstats
path: root/.mdformat.toml
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-11 19:53:59 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-11 20:08:37 +0200
commitb62430bb2610198bffb076a59755ad74b4a3d50a (patch)
tree1fd55be01a1e31b35440b56bb5c6176dc59c0eb4 /.mdformat.toml
parent796b523aa141dd6aff2d100ddcc46f2895859ecd (diff)
downloaddotfiles-b62430bb2610198bffb076a59755ad74b4a3d50a.tar.gz
dotfiles-b62430bb2610198bffb076a59755ad74b4a3d50a.zip
refactor(nvim): rewrite the buffer formatting flow
Diffstat (limited to '.mdformat.toml')
-rw-r--r--.mdformat.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.mdformat.toml b/.mdformat.toml
new file mode 100644
index 0000000..8801a71
--- /dev/null
+++ b/.mdformat.toml
@@ -0,0 +1,2 @@
+number = true
+extensions = ["tables", "frontmatter", "wikilink"]