mappings: Change reload_config function name

changed in nvchad/extensions repo
This commit is contained in:
Akianonymus 2021-08-26 18:58:48 +05:30 committed by siduck76
parent 780142b150
commit 4e645c3c9f
1 changed files with 1 additions and 1 deletions

View File

@ -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()