diff --git a/config/mini.nix b/config/mini.nix index 2cf75c2..8d8a8dd 100644 --- a/config/mini.nix +++ b/config/mini.nix @@ -55,7 +55,11 @@ animate = { }; cursorword = { }; icons = { }; - indentscope = { }; + indentscope = { + options = { + try_as_border = true; + }; + }; map = { }; notify = { }; starter = { };