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