Add: Show a message in the end, restart neovim for the changes to take effect.

This commit is contained in:
psychhim
2025-10-12 21:16:49 +05:30
parent 9a0322cb2e
commit 243e9028be

View File

@@ -44,4 +44,5 @@ vim.api.nvim_create_user_command('UpdateKickestEnd', function()
end
vim.notify('KickestEnd.nvim successfully updated and fully reset to origin/master!', vim.log.levels.INFO)
vim.notify('⚠️ Please restart Neovim for all changes to take effect.', vim.log.levels.WARN)
end, { desc = 'Completely reset and update KickestEnd.nvim config from origin/master' })