mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-06 19:58:22 +00:00
fix(picker.preview): disable relativenumber by default. Closes #664
This commit is contained in:
parent
0ccf97c6e1
commit
384b9a7a36
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function M.new(opts, main)
|
|||
cursorline = false,
|
||||
colorcolumn = "",
|
||||
number = true,
|
||||
relativenumber = true,
|
||||
relativenumber = false,
|
||||
list = false,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue