From 93f0d568a15dac21331721754f9c200be8d979f9 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Wed, 11 Jun 2025 21:21:54 +0800 Subject: [PATCH] chore(nvf): change markdown formatter to prettierd --- modules/home/cli/editor/nvf/languages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli/editor/nvf/languages.nix b/modules/home/cli/editor/nvf/languages.nix index 45d0beb..2c8e0e1 100644 --- a/modules/home/cli/editor/nvf/languages.nix +++ b/modules/home/cli/editor/nvf/languages.nix @@ -11,6 +11,7 @@ lua.enable = true; markdown.enable = true; markdown.extensions.markview-nvim.enable = true; + markdown.format.type = "prettierd"; nix = { enable = true; format.type = "nixfmt";