diff options
author | Christian Chiarulli <[email protected]> | 2022-09-19 11:44:04 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-19 11:44:04 -0400 |
commit | a331ef711bc6c73e78535e9b4fa44d54c937aa88 (patch) | |
tree | 05df2aa93b7a147393f6daf4483380c88eb6e408 /lua/lvim/core/which-key.lua | |
parent | 68fdbaa51d658899d4405b2660bfbe360e9dfed4 (diff) |
feat: add lir.nvim again (#3038)
Diffstat (limited to 'lua/lvim/core/which-key.lua')
-rw-r--r-- | lua/lvim/core/which-key.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/which-key.lua b/lua/lvim/core/which-key.lua index 7d75dee1..8b4f7b8b 100644 --- a/lua/lvim/core/which-key.lua +++ b/lua/lvim/core/which-key.lua @@ -15,7 +15,7 @@ M.config = function() motions = false, -- adds help for motions text_objects = false, -- help for text objects triggered after entering an operator windows = false, -- default bindings on <c-w> - nav = true, -- misc bindings to work with windows + nav = false, -- misc bindings to work with windows z = false, -- bindings for folds, spelling and others prefixed with z g = false, -- bindings for prefixed with g }, |