fix: more robust reloading (#1556)

This commit is contained in:
kylo252 2021-09-16 09:58:32 +02:00 committed by GitHub
parent 168eb232d1
commit e22f9a21c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 93 additions and 36 deletions

View file

@ -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",