Browse Source

feat: set options to remove some noise

ChristianChiarulli 2 năm trước cách đây
mục cha
commit
4c4f08469e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      lua/lvim/config/settings.lua

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

@@ -51,6 +51,8 @@ M.load_default_options = function()
     shadafile = join_paths(get_cache_dir(), "lvim.shada"),
     scrolloff = 8, -- minimal number of screen lines to keep above and below the cursor.
     sidescrolloff = 8, -- minimal number of screen lines to keep left and right of the cursor.
+    showcmd = false,
+    ruler = false,
   }
 
   ---  SETTINGS  ---