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