From 7b8949016657e9adb6586fcbcde3ad910c1e79a9 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 12 Jul 2022 21:41:00 +0200 Subject: [PATCH] chore(nvim): activate build-in whichkey plugins --- nvim/lua/kogakure/whichkey.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nvim/lua/kogakure/whichkey.lua b/nvim/lua/kogakure/whichkey.lua index f432a03..39964ba 100644 --- a/nvim/lua/kogakure/whichkey.lua +++ b/nvim/lua/kogakure/whichkey.lua @@ -176,9 +176,9 @@ 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 - motions = false, -- adds help for motions - text_objects = false, -- help for text objects triggered after entering an operator + 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 nav = true, -- misc bindings to work with windows z = true, -- bindings for folds, spelling and others prefixed with z