From 564d3e92de295eab0de7d2cc1ef3bf7fc69d11f4 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 25 Jun 2024 12:27:10 +1000 Subject: [PATCH] neovim: add markdown to treefmt --- profiles/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/neovim.nix b/profiles/neovim.nix index 1ea8762..2ed54c5 100644 --- a/profiles/neovim.nix +++ b/profiles/neovim.nix @@ -329,6 +329,7 @@ javascript = treefmt, lua = treefmt, mint = treefmt, + markdown = treefmt, nix = treefmt, rego = treefmt, ruby = treefmt,