ソースを参照

feat: decrease hide in width limit for lualine

christianchiarulli 3 年 前
コミット
044b53a6fe
1 ファイル変更1 行追加1 行削除
  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()