Explorar o código

feat: laststatus=3 global statusline

Christian Chiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
e5c723b701
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lua/lvim/config/settings.lua

+ 1 - 0
lua/lvim/config/settings.lua

@@ -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  ---