mappings: Change reload_config function name

changed in nvchad/extensions repo
pull/386/head
Akianonymus 3 years ago committed by siduck76
parent 780142b150
commit 4e645c3c9f

@ -97,7 +97,7 @@ M.misc = function()
map("n", maps.update_nvchad, ":NvChadUpdate <CR>") map("n", maps.update_nvchad, ":NvChadUpdate <CR>")
-- add ChadReload command and maping -- add ChadReload command and maping
cmd "silent! command! NvChadReload lua require('chad_reload').Restart()" cmd "silent! command! NvChadReload lua require('nvchad').reload_config()"
end end
local function user_config_mappings() local function user_config_mappings()

Loading…
Cancel
Save