Reload neovim configuration in place

If you do not require any sub-configs from the init then :so ~/.config/nvim/init.lua can work but if you require any sub-configs then read the topic Reload init.lua and all required scripts or if it is too complicated then I would recommend not using one action to reload the whole config but instead only reloading the particular config file that needs reloading.

1 Like