diff --git a/home-manager/common/software/cli/nixvim.nix b/home-manager/common/software/cli/nixvim.nix index a96b76db..9e2311e1 100644 --- a/home-manager/common/software/cli/nixvim.nix +++ b/home-manager/common/software/cli/nixvim.nix @@ -18,6 +18,7 @@ # Indent wrapped text. breakindent = true; colorcolumn = "100"; + showmode = false; }; plugins = { treesitter.enable = true;