fix: migrate to LazyVim v10

This commit is contained in:
Dung Duc Huynh (Kaka) 2023-10-12 13:24:12 +00:00 committed by GitHub
parent 0ef7a13bab
commit 172b382901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,9 +79,9 @@ return {
local Util = require("lazyvim.util")
local colors = {
ok = Util.fg("Special"),
error = Util.fg("DiagnosticError"),
pending = Util.fg("DiagnosticWarn"),
ok = Util.ui.fg("Special"),
error = Util.ui.fg("DiagnosticError"),
pending = Util.ui.fg("DiagnosticWarn"),
}
table.insert(opts.sections.lualine_x, 3, {
function()