Explorar o código

feat: set options to remove some noise

ChristianChiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
4c4f08469e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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  ---