mappings: Change reload_config function name
changed in nvchad/extensions repo
This commit is contained in:
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…
Reference in New Issue