[Feature] Add LvimInfo command (#1269)

* feature: add LvimInfo command

* Move :LvimInfo to core/commands.lua
This commit is contained in:
Pasi Bergman 2021-08-09 17:59:27 +03:00 committed by GitHub
parent 0e09963aff
commit 625df947dc
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ M.defaults = {
endif
endfunction
]],
-- :LvimInfo
[[command! LvimInfo lua require('core.info').toggle_popup(vim.bo.filetype)]],
}
M.load = function(commands)