fixing configs

This commit is contained in:
2026-01-13 19:16:25 -05:00
parent 3b03e58e75
commit 75451e120e
5 changed files with 25 additions and 24 deletions

View File

@@ -32,10 +32,11 @@ return {
{ "<leader>m", group = "Format" },
{ "<leader>n", group = "Notifications" },
{ "<leader>p", group = "Project" },
{ "<leader>q", group = "Quickfix" },
{ "<leader>q", group = "Quit" },
{ "<leader>s", group = "Session/Split/Substitute" },
{ "<leader>t", group = "Tab/Terminal/Text" },
{ "<leader>x", group = "Trouble/Diagnostics" },
{ "<leader>w", group = "Save" },
{ "<leader>x", group = "Trouble/Quickfix" },
{ "<leader>z", group = "Copilot Chat" },
})
end,