mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(mini.surround): added lazy keys with descriptions to mini.surround
This commit is contained in:
parent
3d498ee713
commit
bf31eccae2
2 changed files with 15 additions and 2 deletions
|
@ -138,7 +138,6 @@ return {
|
|||
event = "VeryLazy",
|
||||
opts = {
|
||||
plugins = { spelling = true },
|
||||
key_labels = { ["<leader>"] = "SPC" },
|
||||
},
|
||||
config = function(_, opts)
|
||||
local wk = require("which-key")
|
||||
|
@ -146,6 +145,7 @@ return {
|
|||
wk.register({
|
||||
mode = { "n", "v" },
|
||||
["g"] = { name = "+goto" },
|
||||
["gz"] = { name = "+surround" },
|
||||
["]"] = { name = "+next" },
|
||||
["["] = { name = "+prev" },
|
||||
["<leader><tab>"] = { name = "+tabs" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue