mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 07:41:13 +01:00
Removed: Warning sign in the restart neovim message.
This commit is contained in:
@@ -44,5 +44,5 @@ vim.api.nvim_create_user_command('UpdateKickestEnd', function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
vim.notify('KickestEnd.nvim successfully updated and fully reset to origin/master!', vim.log.levels.INFO)
|
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)
|
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' })
|
end, { desc = 'Completely reset and update KickestEnd.nvim config from origin/master' })
|
||||||
|
|||||||
Reference in New Issue
Block a user