diff options
author | kylo252 <[email protected]> | 2021-09-16 09:58:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-16 12:28:32 +0430 |
commit | e22f9a21c179901e6dfcbdb68d035e70eae4d9e8 (patch) | |
tree | 95fc4bbb019089cc62de91d4c722067ea313e10b /lua/core/which-key.lua | |
parent | 168eb232d12f86e98f0d90c4e73e0c9968a3cb8e (diff) |
fix: more robust reloading (#1556)
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r-- | lua/core/which-key.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index ef74ee51..3379100d 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -209,6 +209,7 @@ M.config = function() }, P = { "<cmd>edit ~/.cache/nvim/packer.nvim.log<cr>", "Open the Packer logfile" }, }, + r = { "<cmd>lua require('utils').reload_lv_config()<cr>", "Reload configurations" }, }, s = { name = "Search", |