We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5332f3c commit 550c595Copy full SHA for 550c595
lua/nvim-tree/view.lua
@@ -624,6 +624,7 @@ function M.setup(opts)
624
M.View.tab = opts.tab
625
M.View.preserve_window_proportions = options.preserve_window_proportions
626
M.View.winopts.cursorline = options.cursorline
627
+ M.View.winopts.cursorlineopt = options.cursorlineopt
628
M.View.winopts.number = options.number
629
M.View.winopts.relativenumber = options.relativenumber
630
M.View.winopts.signcolumn = options.signcolumn
0 commit comments