diff --git a/plugin/avante.lua b/plugin/avante.lua index 86e03dc..c83f54a 100644 --- a/plugin/avante.lua +++ b/plugin/avante.lua @@ -116,3 +116,4 @@ cmd("SwitchProvider", function(opts) require("avante.api").switch_provider(vim.t end, }) cmd("Clear", function() require("avante.path").clear() end, { desc = "avante: clear all chat history" }) +cmd("ShowRepoMap", function() require("avante.repo_map").show() end, { desc = "avante: show repo map" })