👁️🗨️ Which-key Update

- Implement the new which-key spec
- Particularly: ICONS!
This commit is contained in:
2024-07-12 18:55:02 -04:00
parent 3528cfa1cb
commit 83b3ce29f5
6 changed files with 62 additions and 86 deletions
+1 -4
View File
@@ -11,13 +11,10 @@ return {
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
-- optional for floating window border decoration
dependencies = {
"nvim-lua/plenary.nvim",
},
-- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time
keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = " LazyGit" },
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" },
},
}