diff --git a/users/tacocat/neovim/default.nix b/users/tacocat/neovim/default.nix index 70feb20..4594ee6 100644 --- a/users/tacocat/neovim/default.nix +++ b/users/tacocat/neovim/default.nix @@ -21,7 +21,7 @@ copyindent = true; signcolumn = "yes"; cursorline = true; - noshowmode = true; + showmode = false; }; plugins = { lightline = {