Skip to content

Commit c0d7338

Browse files
VlaDexahooks-nathanel
authored andcommitted
which-key v3 update (nvim-lua#1022)
* which-key v3 update * remove unneeded brackets from which-key registration
1 parent 1485487 commit c0d7338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ require('lazy').setup({
342342

343343
-- Document existing key chains
344344
spec = {
345-
{ '<leader>c', group = '[C]ode', mode = { 'n', 'x' } },
345+
{ '<leader>c', group = '[C]ode' },
346346
{ '<leader>d', group = '[D]ocument' },
347347
{ '<leader>r', group = '[R]ename' },
348348
{ '<leader>s', group = '[S]earch' },

0 commit comments

Comments
 (0)