From e0ae01313135e39096d3bf71c81fc52f043b1524 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 2 Oct 2025 09:06:50 +0100 Subject: [PATCH] Revert "Hide the command-line" This reverts commit f8d3f690019c09f384baf526c54b016fd61d87ed. --- modules/nixvim/options.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/nixvim/options.nix b/modules/nixvim/options.nix index adfacce9..a1fdf587 100644 --- a/modules/nixvim/options.nix +++ b/modules/nixvim/options.nix @@ -1,6 +1,5 @@ { flake.modules.nixvim.custom.opts = { - cmdheight = 0; expandtab = true; exrc = true; foldlevel = 1;