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";