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:
kylo252 2021-08-06 16:27:19 +02:00 committed by GitHub
parent c8d1b95712
commit 47ebd70817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 268 additions and 0 deletions

View file

@ -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 = {