From e22f9a21c179901e6dfcbdb68d035e70eae4d9e8 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Thu, 16 Sep 2021 09:58:32 +0200 Subject: fix: more robust reloading (#1556) --- lua/core/which-key.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/core/which-key.lua') 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 = { "edit ~/.cache/nvim/packer.nvim.log", "Open the Packer logfile" }, }, + r = { "lua require('utils').reload_lv_config()", "Reload configurations" }, }, s = { name = "Search", -- cgit v1.2.3