From e45046a3d0a5ff2b49c687d6b2665b46b419ee26 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 12 Feb 2024 18:01:43 -0500 Subject: [PATCH] neovim - noshowmode --- users/tacocat/neovim/default.nix | 1 + 1 file changed, 1 insertion(+) 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 = {