1
0
Fork 0

Add dprint plugins

This commit is contained in:
Ethan Reece 2025-07-09 21:04:29 -05:00
parent 6a7cd29f94
commit 91ccf5d19c
Signed by: me
GPG key ID: 198E9EB433DB1B28

View file

@ -1,4 +1,3 @@
# TODO: Add flake-utils, flake-parts, git-pre-hook
{
description = "Home Manager configuration";
inputs = {
@ -282,8 +281,18 @@
enable = true;
strict = true;
};
prettier = {
dprint = {
enable = true;
settings = {
plugins = (
pkgs.dprint-plugins.getPluginList (
plugins: with plugins; [
dprint-plugin-markdown
g-plane-pretty_yaml
]
)
);
};
};
taplo = {
enable = true;