diff --git a/lua/lualine/components/filename.lua b/lua/lualine/components/filename.lua index 1b2d75c..d43c60b 100644 --- a/lua/lualine/components/filename.lua +++ b/lua/lualine/components/filename.lua @@ -24,12 +24,6 @@ FileName.new = function(self, options, child) new_instance.options.file_status = true end if new_instance.options.path == nil then new_instance.options.path = 0 end - if new_instance.options.full_path or new_instance.options.shorten then - vim.schedule(function() - vim.api.nvim_err_writeln( - [[Lualine: filename component configuration changed, see :h lualine-component_options ]]) - end) - end return new_instance end