Skip to content

Commit 6169d6a

Browse files
author
christianchiarulli
committed
fix commenting with gc and gcc
1 parent 8cebbf6 commit 6169d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/user/whichkey.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ local setup = {
1515
-- No actual key bindings are created
1616
presets = {
1717
operators = false, -- adds help for operators like d, y, ... and registers them for motion / text object completion
18-
motions = false, -- adds help for motions
19-
text_objects = false, -- help for text objects triggered after entering an operator
18+
motions = true, -- adds help for motions
19+
text_objects = true, -- help for text objects triggered after entering an operator
2020
windows = true, -- default bindings on <c-w>
2121
nav = true, -- misc bindings to work with windows
2222
z = true, -- bindings for folds, spelling and others prefixed with z

0 commit comments

Comments
 (0)