fix: update which-key bindings for LvimReload (#1754)

This commit is contained in:
kylo252 2021-10-31 10:12:05 +01:00 committed by GitHub
parent 95d8127f31
commit 61a2e0b191
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -14,6 +14,7 @@ M.defaults = {
[[ command! LvimInfo lua require('lvim.core.info').toggle_popup(vim.bo.filetype) ]],
[[ command! LvimCacheReset lua require('lvim.utils.hooks').reset_cache() ]],
[[ command! LvimUpdate lua require('lvim.bootstrap').update() ]],
[[ command! LvimReload lua require('lvim.config'):reload() ]],
}
M.load = function(commands)