feat(commands): update notification
This commit is contained in:
parent
6fbfee29b9
commit
fb7b136a24
1 changed files with 1 additions and 3 deletions
|
@ -90,9 +90,7 @@ function M.reload_user_config_sync()
|
||||||
clear_cache()
|
clear_cache()
|
||||||
unload('cosmic.config', true)
|
unload('cosmic.config', true)
|
||||||
unload('cosmic.pluginsInit', true)
|
unload('cosmic.pluginsInit', true)
|
||||||
vim.cmd(
|
vim.cmd([[autocmd User PackerCompileDone ++once lua require('cosmic.utils').post_reload()]])
|
||||||
[[autocmd User PackerCompileDone ++once lua require('cosmic.utils').post_reload('User config reloaded! \nPlease restart CosmicNvim!')]]
|
|
||||||
)
|
|
||||||
vim.cmd(':PackerSync')
|
vim.cmd(':PackerSync')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue