Skip to content

Commit 71b0240

Browse files
committed
Fix code action diffs
1 parent 8b21950 commit 71b0240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ return {
302302
},
303303
},
304304
opts = {
305-
backend = "delta",
305+
backend = "vim",
306306
picker = {
307307
"buffer",
308308
opts = {

0 commit comments

Comments
 (0)