Explorar o código

feat: decrease hide in width limit for lualine

christianchiarulli %!s(int64=3) %!d(string=hai) anos
pai
achega
044b53a6fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/lvim/core/lualine/conditions.lua

+ 1 - 1
lua/lvim/core/lualine/conditions.lua

@@ -1,4 +1,4 @@
-local window_width_limit = 80
+local window_width_limit = 70
 
 local conditions = {
   buffer_not_empty = function()