diff --git a/modules/plugins/style/neoformat.nix b/modules/plugins/style/neoformat.nix index 77181fa..6caecea 100644 --- a/modules/plugins/style/neoformat.nix +++ b/modules/plugins/style/neoformat.nix @@ -26,7 +26,7 @@ let cfg = config.plugins.style.neoformat; in autoformat = { enable = mkEnableOption "Autoformat on save file"; pattern = { - type = types.commas; + type = commas; default = "*"; }; };