1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 13:29:24 +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

@ -277,6 +277,12 @@ require("lazy").setup({
"stevearc/dressing.nvim",
},
},
{
"ravitemer/mcphub.nvim",
-- cmd = "MCPHub", -- lazy load by default
-- uncomment this if you don't want mcp-hub to be available globally or can't use -g
build = "bundled_build.lua", -- Use this and set use_bundled_binary = true in opts (see Advanced configuration)
},
{
"zbirenbaum/copilot.lua",
cmd = "Copilot",