Enable operators to support gcc comments

pull/81/head
droctothorpe 3 years ago
parent aee3e63a67
commit 35a0e3be19

@ -14,7 +14,7 @@ local setup = {
-- the presets plugin, adds help for a bunch of default keybindings in Neovim
-- No actual key bindings are created
presets = {
operators = false, -- adds help for operators like d, y, ... and registers them for motion / text object completion
operators = true, -- adds help for operators like d, y, ... and registers them for motion / text object completion
motions = true, -- adds help for motions
text_objects = true, -- help for text objects triggered after entering an operator
windows = true, -- default bindings on <c-w>

Loading…
Cancel
Save