fix: typo in warning message
This commit is contained in:
parent
7c8ddf307b
commit
7bf5076ece
|
@ -335,13 +335,13 @@ function M.status(user_config)
|
||||||
if vim.api.nvim_echo then
|
if vim.api.nvim_echo then
|
||||||
vim.api.nvim_echo({
|
vim.api.nvim_echo({
|
||||||
{
|
{
|
||||||
'lualine.nvim: status function has been ranamed to setup and will be removed by 24.03.2021, please change your configuration',
|
'lualine.nvim: status function has been renamed to setup and will be removed by 24.03.2021, please change your configuration',
|
||||||
'WarningMsg'
|
'WarningMsg'
|
||||||
}
|
}
|
||||||
}, true, {})
|
}, true, {})
|
||||||
else
|
else
|
||||||
print(
|
print(
|
||||||
'lualine.nvim: status function has been ranamed to setup and will be removed by 24.03.2021, please change your configuration')
|
'lualine.nvim: status function has been renamed to setup and will be removed by 24.03.2021, please change your configuration')
|
||||||
end
|
end
|
||||||
return M.setup(user_config)
|
return M.setup(user_config)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue