diff --git a/config/options.nix b/config/options.nix index 696d509..04ccee6 100644 --- a/config/options.nix +++ b/config/options.nix @@ -36,6 +36,9 @@ # Infer casing on word completion infercase = true; + # Global statusline + laststatus = 3; + # Enable list mode list = true;