feat(view): always enable cursorline, users may change this behaviour via Event.TreeOpen (#1814)
* Update view.lua * set cursorline to true
This commit is contained in:
parent
f8489c9929
commit
69a07d169a
@ -27,6 +27,7 @@ M.View = {
|
||||
foldmethod = "manual",
|
||||
foldcolumn = "0",
|
||||
cursorcolumn = false,
|
||||
cursorline = true,
|
||||
cursorlineopt = "both",
|
||||
colorcolumn = "0",
|
||||
wrap = false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user