diff --git a/home/programs/neovim.nix b/home/programs/neovim.nix index 9bc5a5a..91d0717 100644 --- a/home/programs/neovim.nix +++ b/home/programs/neovim.nix @@ -48,9 +48,11 @@ action = "noh"; }; "w" = { - action = "bdeletebnext"; + silent = true; + action = "bdeletebnext"; }; "1" = { + silent = true; action = ":Neotree toggle"; }; };