1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 06:19: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

@ -2,6 +2,14 @@ require("snacks").setup({
animate = {},
bigfile = {},
explorer = {},
picker = {
sources = {
explorer = {
hidden = true,
ignored = true,
},
},
},
indent = {
indent = { char = "" },
scope = { char = "" },
@ -33,6 +41,7 @@ require("snacks").setup({
key = "l",
indent = 2,
},
{ icon = "󰐻", desc = "MCPHub", action = ":MCPHub", key = "h", indent = 2 },
{ icon = "", desc = "Mason", action = ":Mason", key = "m", indent = 2 },
{ icon = "", desc = "Tree-sitter", action = ":TSUpdate", key = "t", indent = 2, padding = 2 },