Hide the command-line

This commit is contained in:
Oliver Davies 2025-09-20 18:40:32 +01:00
parent 0141ca45f0
commit f8d3f69001

View file

@ -1,5 +1,6 @@
{ {
flake.modules.nixvim.custom.opts = { flake.modules.nixvim.custom.opts = {
cmdheight = 0;
expandtab = true; expandtab = true;
exrc = true; exrc = true;
foldlevel = 1; foldlevel = 1;