소스 검색

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  ---