feat: add show repo map cmd (#838)

This commit is contained in:
yetone 2024-11-12 13:29:54 +08:00 committed by GitHub
parent deb3b03826
commit 54896bbc2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" })