diff --git a/config/plugins/blink-indent.nix b/config/plugins/blink-indent.nix index 89fb37f..99980bc 100644 --- a/config/plugins/blink-indent.nix +++ b/config/plugins/blink-indent.nix @@ -1,10 +1,10 @@ { ... }: { - plugins.guess-indent = { - enable = true; - settings = { - underline.enable = true; - static.enable = true; - }; + plugins.guess-indent = { + enable = true; + settings = { + underline.enable = true; + static.enable = true; }; + }; }