diff options
author | kylo252 <[email protected]> | 2021-08-06 16:27:19 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-06 16:27:19 +0200 |
commit | 47ebd70817c99c657271e399c0b98b920f765f29 (patch) | |
tree | 06bacc3be91464d4fed9387052f938c51d28c515 /lua/core/which-key.lua | |
parent | c8d1b957121956e36e193d1e7104423aa5901d9b (diff) |
Add LunarVim info panel (Experimental) (#1241)
* feat: lunarvim info (Experimental)
* Add missing providers info
* Use nvim api directly to create the popup
* width tweaks
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r-- | lua/core/which-key.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index 6e0cbd8e..268243e4 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -169,6 +169,10 @@ M.config = function() L = { name = "+LunarVim", k = { "<cmd>lua require('keymappings').print()<cr>", "View LunarVim's default keymappings" }, + i = { + "<cmd>lua require('core.info').toggle_popup(vim.bo.filetype)<cr>", + "Toggle LunarVim Info", + }, }, s = { |