💄 style(nvim): rename grapple which-key menu definition to marks

This commit is contained in:
Sergio Laín 2024-03-09 02:23:45 +01:00
parent 5753847a71
commit 40ccba2211
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -70,7 +70,7 @@ return {
"folke/which-key.nvim",
opts = {
defaults = {
["<leader><cr>"] = { name = "󰛢 grapple" },
["<leader><cr>"] = { name = "󰛢 marks" },
},
},
},