From d871936f7f9dc013b0d68b0f932b542182df1143 Mon Sep 17 00:00:00 2001 From: diniamo Date: Mon, 5 Aug 2024 14:13:55 +0200 Subject: [PATCH] modules/mappings: enable silent by default --- modules/neovim/mappings/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/neovim/mappings/options.nix b/modules/neovim/mappings/options.nix index c8cae278..dcf9cf4d 100644 --- a/modules/neovim/mappings/options.nix +++ b/modules/neovim/mappings/options.nix @@ -27,7 +27,7 @@ Thus, it will not be wrapped in `""`. ''; - silent = mkBool false "Whether this mapping should be silent. Equivalent to adding to a map."; + silent = mkBool true "Whether this mapping should be silent. Equivalent to adding to a map."; nowait = mkBool false "Whether to wait for extra input on ambiguous mappings. Equivalent to adding to a map."; script = mkBool false "Equivalent to adding