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