refactor: removed all signify file
This commit is contained in:
parent
332f488e24
commit
a0346824aa
|
@ -1,8 +0,0 @@
|
|||
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')
|
||||
end
|
||||
end)
|
||||
return require'lualine.components.diff'
|
Loading…
Reference in New Issue