Skip to content

Commit 550c595

Browse files
committed
feat(#3157): add view.cursorlineopt
1 parent 5332f3c commit 550c595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree/view.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ function M.setup(opts)
624624
M.View.tab = opts.tab
625625
M.View.preserve_window_proportions = options.preserve_window_proportions
626626
M.View.winopts.cursorline = options.cursorline
627+
M.View.winopts.cursorlineopt = options.cursorlineopt
627628
M.View.winopts.number = options.number
628629
M.View.winopts.relativenumber = options.relativenumber
629630
M.View.winopts.signcolumn = options.signcolumn

0 commit comments

Comments
 (0)