summaryrefslogtreecommitdiff
path: root/lua/core/which-key.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-08-17 17:20:18 +0200
committerGitHub <[email protected]>2021-08-17 19:50:18 +0430
commit335e707b2aae38c0cd5d0d962b27038ab1117aa6 (patch)
tree4be5b6ca5ea2e018893b067e5656f199e7a99e8f /lua/core/which-key.lua
parent1cc2452eb7b76aad36a6d9d210abff88edf6721a (diff)
[Feature] Make the rest of the builtins configurable (#1318)
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r--lua/core/which-key.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua
index 04f892d8..ff53142c 100644
--- a/lua/core/which-key.lua
+++ b/lua/core/which-key.lua
@@ -1,7 +1,8 @@
local M = {}
M.config = function()
lvim.builtin.which_key = {
- active = false,
+ ---@usage disable which-key completely [not recommeded]
+ active = true,
setup = {
plugins = {
marks = true, -- shows a list of your marks on ' and `