diff --git a/config/options.nix b/config/options.nix index 8cf9e35..02c42e8 100644 --- a/config/options.nix +++ b/config/options.nix @@ -39,6 +39,9 @@ # Global statusline laststatus = 3; + # Wrap lines at 'breakat' + linebreak = true; + # Enable list mode list = true; @@ -68,6 +71,9 @@ # Number of spaces to use for indentation shiftwidth = 2; + # Disable showing modes in command line + showmode = false; + # Always show tabline showtabline = 2;