2021-02-23 12:54:04 +00:00
|
|
|
vim.fn.timer_start(3000, function()
|
|
|
|
if vim.api.nvim_echo then
|
|
|
|
vim.api.nvim_echo({{'lualine.nvim: Signify component has been renamed to diff please change it in your configuration.', 'WarningMsg'}}, true, {})
|
|
|
|
else
|
|
|
|
print('lualine.nvim: Signify component has been renamed to diff please change it in your configuration.', 'ErrorMsg')
|
2021-02-17 18:29:50 +00:00
|
|
|
end
|
2021-02-23 12:54:04 +00:00
|
|
|
end)
|
|
|
|
return require'lualine.components.diff'
|