mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(options): disable default ruler
This commit is contained in:
parent
2fcd4cdc5f
commit
e25626863b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue