Skip to content

Commit 69a07d1

Browse files
feat(view): always enable cursorline, users may change this behaviour via Event.TreeOpen (#1814)
* Update view.lua * set cursorline to true
1 parent f8489c9 commit 69a07d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree/view.lua

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ M.View = {
2727
foldmethod = "manual",
2828
foldcolumn = "0",
2929
cursorcolumn = false,
30+
cursorline = true,
3031
cursorlineopt = "both",
3132
colorcolumn = "0",
3233
wrap = false,

0 commit comments

Comments
 (0)