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

[neovim] Add MCPHub integration

Enhance snacks plugin configuration by adding:
- MCPHub integration with dedicated menu entry
- Explorer configuration for picker with hidden and ignored files
  enabled
This commit is contained in:
2025-04-05 17:35:11 +02:00
parent 7d01253a29
commit 6408d33eea
8 changed files with 75 additions and 24 deletions

View File

@ -0,0 +1,4 @@
require("mcphub").setup({
use_bundled_binary = true,
auto_approve = true,
})