Merge branch 'master' into 2826-remove-view-globals

This commit is contained in:
Alexander Courtis
2025-06-20 13:48:22 +10:00
committed by GitHub
3 changed files with 8 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ function View:new(args)
foldcolumn = "0",
cursorcolumn = false,
cursorline = self.explorer.opts.view.cursorline,
cursorlineopt = "both",
cursorlineopt = self.explorer.opts.view.cursorlineopt,
colorcolumn = "0",
wrap = false,
winhl = appearance.WIN_HL,