Sfoglia il codice sorgente

feat: laststatus=3 global statusline

Christian Chiarulli 2 anni fa
parent
commit
e5c723b701
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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  ---