Skip to content

Commit 29a3524

Browse files
committed
feat(nvim): auto-open codediff explorer on cursor move
1 parent a1e2ce3 commit 29a3524

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/plugins/codediff.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ return {
6060
},
6161
explorer = {
6262
focus_on_select = true,
63+
auto_open_on_cursor = true,
6364
view_mode = "tree",
6465
width = 60,
6566
},

0 commit comments

Comments
 (0)