feat(config): enable breakindent

This commit is contained in:
Nicolas Goudry 2024-06-03 23:44:02 +02:00
parent bff807e48a
commit ce0e7bf23e
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44

View file

@ -3,6 +3,9 @@
# Use :h <option> to load help for given <option>
{
opts = {
# Keep visual indentation on wrapped lines
breakindent = true;
# Hide command line unless needed
cmdheight = 0;