Skip to content

Commit 230a61d

Browse files
authored
fix: disable highlighting 'number' when CursorLine is enabled (#941)
1 parent d1ff893 commit 230a61d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/nvim-tree/view.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ M.View = {
1919
foldmethod = 'manual',
2020
foldcolumn = '0',
2121
cursorcolumn = false,
22+
cursorlineopt = "line",
2223
colorcolumn = '0',
2324
wrap = false,
2425
winhl = table.concat({

0 commit comments

Comments
 (0)