Set cursorlineopt=both in the builtin previewer

This way, if the user has defined cursorlineopt=number elsewhere, we
override it to behave as intended.
main
francisco souza 3 years ago committed by ibhagwan
parent e89018baf9
commit 941064ed5b

@ -98,6 +98,7 @@ function Previewer:gen_winopts()
number = true,
relativenumber = false,
cursorline = true,
cursorlineopt = 'both',
cursorcolumn = false,
signcolumn = 'no',
foldenable = false,

Loading…
Cancel
Save