mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
refactor: removed deprecation warnings from before 1.0.0
This commit is contained in:
parent
2321847e72
commit
65fb26fe97
4 changed files with 1 additions and 34 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue