From 35a0e3be19b6ee9a994ef2647e5ae6ddeb9b831c Mon Sep 17 00:00:00 2001 From: droctothorpe Date: Mon, 14 Feb 2022 23:25:11 -0500 Subject: [PATCH] Enable operators to support gcc comments --- lua/user/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 11b6a7e..cce19ab 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -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