Fix advanced git search to use diffview plugin

This commit is contained in:
2024-08-15 17:51:40 +02:00
parent 2cc874f891
commit f592a2dde4
+3 -1
View File
@@ -343,7 +343,9 @@ local options = {
["<C-k>"] = lga_actions.quote_prompt(), ["<C-k>"] = lga_actions.quote_prompt(),
}, },
}, },
advanced_git_search = {}, },
advanced_git_search = {
diff_plugin = "diffview",
}, },
}, },
} }