We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8489c9 commit 69a07d1Copy full SHA for 69a07d1
lua/nvim-tree/view.lua
@@ -27,6 +27,7 @@ M.View = {
27
foldmethod = "manual",
28
foldcolumn = "0",
29
cursorcolumn = false,
30
+ cursorline = true,
31
cursorlineopt = "both",
32
colorcolumn = "0",
33
wrap = false,
0 commit comments