From a74ee44f5b9ff01714de0a8f66271a9235df858e Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 2 Jul 2025 01:37:01 +0300 Subject: [PATCH] no smear for now --- config/plugins/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins/default.nix b/config/plugins/default.nix index 9d8e29c..7e6f0d3 100644 --- a/config/plugins/default.nix +++ b/config/plugins/default.nix @@ -46,7 +46,7 @@ mini.enable = true; # TODO look more into the mini plugin # cursor animation - smear-cursor.enable = true; + smear-cursor.enable = false; # add buffer tab plugin bufferline.enable = true;