1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-17 22:12:55 +01:00

remove TODO

This commit is contained in:
Pei Yang Ching 2024-07-16 13:58:02 +02:00
parent 32eb9c3de6
commit 5c9746aa30

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;};