Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions v2/nvim/lua/nairovim/plugins/snacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
},
Expand Down