I used to have ```lua require("nvim-tree.view").View.winopts.cursorlineopt = "number" ``` to change `cursorlineopt`. Since `cursorlineopt` is not available in `nvim-tree-opts-view`. How should I do after 0a06f65bf06157972f20ca1dee03c97a0efcb188?
Activity
[-]0a06f65bf06157972f20ca1dee03c97a0efcb188 breaks view config[/-][+]0a06f65 breaks view config[/+][-]0a06f65 breaks view config[/-][+]#0a06f65 breaks view config[/+][-]#0a06f65 breaks view config[/-][+]#3153 breaks view config[/+]alex-courtis commentedon Jun 20, 2025
Apologies, View is not API and has been refactored from a singleton to instances.
We can add an option for the hardcoded
cursorlineopt
.fix(#3157): add view.cursorlineopt
[-]#3153 breaks view config[/-][+]add missing view.cursorlineopt[/+][-]add missing view.cursorlineopt[/-][+]add view.cursorlineopt[/+]feat(#3157): add view.cursorlineopt (#3158)
alex-courtis commentedon Jun 20, 2025
In the interests of speed I've merged the feature. Please update and advise whether it works as expected.
9 remaining items