From da3058a72dbf086128b10ce19a0011000669b9ff Mon Sep 17 00:00:00 2001 From: Alexey Svirshchevskiy Date: Fri, 8 Nov 2024 17:10:53 +0100 Subject: [PATCH] fix(options): disable default ruler (#4731) ## Description The ruler option causes numbers to be briefly shown on the dashboard while LazyVim is loading. This MR disables the ruler. ## Screenshots image ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. --- lua/lazyvim/config/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/config/options.lua b/lua/lazyvim/config/options.lua index 6e8ab149..34819686 100644 --- a/lua/lazyvim/config/options.lua +++ b/lua/lazyvim/config/options.lua @@ -70,6 +70,7 @@ opt.number = true -- Print line number opt.pumblend = 10 -- Popup blend opt.pumheight = 10 -- Maximum number of entries in a popup opt.relativenumber = true -- Relative line numbers +opt.ruler = false -- Disable the default ruler opt.scrolloff = 4 -- Lines of context opt.sessionoptions = { "buffers", "curdir", "tabpages", "winsize", "help", "globals", "skiprtp", "folds" } opt.shiftround = true -- Round indent