refactor: removed deprecation warnings from before 1.0.0

This commit is contained in:
Folke Lemaitre 2023-01-25 09:00:19 +01:00
parent 2321847e72
commit 65fb26fe97
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
4 changed files with 1 additions and 34 deletions

View file

@ -71,10 +71,6 @@ return {
"nvim-lualine/lualine.nvim",
event = "VeryLazy",
opts = function(plugin)
if plugin.override then
require("lazyvim.util").deprecate("lualine.override", "lualine.opts")
end
local icons = require("lazyvim.config").icons
local function fg(name)