feat: laststatus=3 global statusline

This commit is contained in:
Christian Chiarulli 2022-09-20 19:36:15 -04:00
parent 4c4f08469e
commit e5c723b701

View file

@ -53,6 +53,7 @@ M.load_default_options = function()
sidescrolloff = 8, -- minimal number of screen lines to keep left and right of the cursor.
showcmd = false,
ruler = false,
laststatus = 3,
}
--- SETTINGS ---