From 17636a30093ae08db34243cc3278e60887473e11 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Tue, 13 Feb 2024 09:31:35 -0500 Subject: [PATCH] noshowmode --- users/tacocat/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {