remove TODO

This commit is contained in:
Pei Yang Ching 2024-07-16 13:58:02 +02:00
parent 32eb9c3de6
commit 5c9746aa30
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ in {
example = ["" "" "" "" "" "" "" ""];
};
# TODO: make per-plugin borders configurable
plugins = let
mkPluginStyleOption = name: {
enable = mkEnableOption "borders for the ${name} plugin" // {default = cfg.enable;};