feat(#3157): add view.cursorlineopt

This commit is contained in:
Alexander Courtis 2025-08-10 14:31:28 +10:00
parent 5332f3c238
commit 550c59563b

View File

@ -624,6 +624,7 @@ function M.setup(opts)
M.View.tab = opts.tab
M.View.preserve_window_proportions = options.preserve_window_proportions
M.View.winopts.cursorline = options.cursorline
M.View.winopts.cursorlineopt = options.cursorlineopt
M.View.winopts.number = options.number
M.View.winopts.relativenumber = options.relativenumber
M.View.winopts.signcolumn = options.signcolumn