Fix advanced git search to use diffview plugin

This commit is contained in:
Loïc Gremaud 2024-08-15 17:51:40 +02:00
parent 2cc874f891
commit f592a2dde4
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

View File

@ -343,7 +343,9 @@ local options = {
["<C-k>"] = lga_actions.quote_prompt(),
},
},
advanced_git_search = {},
},
advanced_git_search = {
diff_plugin = "diffview",
},
},
}