diff --git a/v2/nvim/lua/nairovim/plugins/snacks.lua b/v2/nvim/lua/nairovim/plugins/snacks.lua index 02ff2ed..86ab6af 100644 --- a/v2/nvim/lua/nairovim/plugins/snacks.lua +++ b/v2/nvim/lua/nairovim/plugins/snacks.lua @@ -53,13 +53,19 @@ Hey there! Welcome. Enjoy a focused dev experience with NairoVIM. -- { icon = " ", key = "x", desc = "Lazy Extras", action = ":LazyExtras" }, { icon = " ", key = "m", desc = "Mason", action = ":Mason" }, { icon = " ", key = "G", desc = "Git", action = ":LazyGit" }, - { icon = " ", key = "C", desc = "GitHub Copilot", action = ":CopilotChat" }, + -- { icon = " ", key = "C", desc = "GitHub Copilot", action = ":CopilotChat" }, { icon = " ", key = "A", - desc = "Github Copilot - (Avante preview)", + desc = "Avante - (GitHub Copilot)", action = ":AvanteFocus", }, + { + icon = "󱁤", + key = "M", + desc = "MCP Hub", + action = ":MCPHub", + }, { icon = "󰒲 ", key = "l", desc = "Lazy", action = ":Lazy" }, { icon = " ", key = "q", desc = "Quit", action = ":qa" }, },