瀏覽代碼

feat: set options to remove some noise

ChristianChiarulli 2 年之前
父節點
當前提交
4c4f08469e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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  ---