From 6169d6a10b60226a9fca5272b1acbdae5d2d6239 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Tue, 28 Dec 2021 02:40:26 -0500 Subject: [PATCH] fix commenting with gc and gcc --- lua/user/whichkey.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 994435f..5b9529d 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -15,8 +15,8 @@ local setup = { -- No actual key bindings are created presets = { operators = false, -- adds help for operators like d, y, ... and registers them for motion / text object completion - motions = false, -- adds help for motions - text_objects = false, -- help for text objects triggered after entering an operator + motions = true, -- adds help for motions + text_objects = true, -- help for text objects triggered after entering an operator windows = true, -- default bindings on nav = true, -- misc bindings to work with windows z = true, -- bindings for folds, spelling and others prefixed with z