chore(nvf): change markdown formatter to prettierd

This commit is contained in:
Mohammad Rafiq 2025-06-11 21:21:54 +08:00
parent e4b260ada1
commit 93f0d568a1
No known key found for this signature in database

View file

@ -11,6 +11,7 @@
lua.enable = true; lua.enable = true;
markdown.enable = true; markdown.enable = true;
markdown.extensions.markview-nvim.enable = true; markdown.extensions.markview-nvim.enable = true;
markdown.format.type = "prettierd";
nix = { nix = {
enable = true; enable = true;
format.type = "nixfmt"; format.type = "nixfmt";