feat(config): enable linebreak and disable modes in cmdline

This commit is contained in:
Nicolas Goudry 2024-06-06 08:07:33 +02:00
parent eb23c9e4b1
commit d20dc7dc2f
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

View file

@ -39,6 +39,9 @@
# Global statusline # Global statusline
laststatus = 3; laststatus = 3;
# Wrap lines at 'breakat'
linebreak = true;
# Enable list mode # Enable list mode
list = true; list = true;
@ -68,6 +71,9 @@
# Number of spaces to use for indentation # Number of spaces to use for indentation
shiftwidth = 2; shiftwidth = 2;
# Disable showing modes in command line
showmode = false;
# Always show tabline # Always show tabline
showtabline = 2; showtabline = 2;