1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-04-09 17:29:48 +00:00
Daniel Carrillo 6408d33eea
[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
2025-04-05 17:35:11 +02:00

5 lines
79 B
Lua

require("mcphub").setup({
use_bundled_binary = true,
auto_approve = true,
})