mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-28 22:08:12 +02:00
Add LunarVim info panel (Experimental) (#1241)
* feat: lunarvim info (Experimental) * Add missing providers info * Use nvim api directly to create the popup * width tweaks
This commit is contained in:
parent
c8d1b95712
commit
47ebd70817
5 changed files with 268 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue