mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-09-01 08:15:20 +02:00
fix: update which-key bindings for LvimReload (#1754)
This commit is contained in:
parent
95d8127f31
commit
61a2e0b191
3 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue