From 648bb8f11f2e43fd4dc62b9df49cc4f6131244c0 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 3 Jun 2025 12:26:42 +0800 Subject: [PATCH] fix(nvf): disable noice notify --- modules/home/cli/editor/nvf/ui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli/editor/nvf/ui.nix b/modules/home/cli/editor/nvf/ui.nix index 8ef0255..d0385de 100644 --- a/modules/home/cli/editor/nvf/ui.nix +++ b/modules/home/cli/editor/nvf/ui.nix @@ -7,6 +7,7 @@ colorizer.enable = true; illuminate.enable = true; noice.enable = true; + noice.setupOpts.notify.enabled = false; nvim-ufo.enable = true; smartcolumn.enable = true; }