👁️🗨️ 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
+7 -1
View File
@@ -4,7 +4,13 @@
return {
"chrishrb/gx.nvim",
keys = { { "gx", "<cmd>Browse<cr>", mode = { "n", "x" } } },
keys = {
{
"gx",
"<cmd>Browse<cr>",
mode = { "n", "x" },
}
},
cmd = { "Browse" },
init = function()
vim.g.netrw_nogx = 1 -- disable netrw gx