mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-25 19:55:36 +02:00
fix: more robust reloading (#1556)
This commit is contained in:
parent
168eb232d1
commit
e22f9a21c1
7 changed files with 93 additions and 36 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue