From 9647fc99933ab90564de9dd2c7e8d0d10074bc3f Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 3 Mar 2025 15:13:17 +0000 Subject: [PATCH] Added config for mini.indentscope --- config/mini.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = { };