1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 05:09:25 +00:00

[neovim] Update mcphub/avante conf

This commit is contained in:
2025-05-22 20:00:52 +02:00
parent 5954e722a4
commit 1d673bd84b
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,9 @@
require("mcphub").setup({
use_bundled_binary = true,
auto_approve = true,
extensions = {
avante = {
make_slash_commands = true,
},
},
})