mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: migrate to LazyVim v10
This commit is contained in:
parent
0ef7a13bab
commit
172b382901
1 changed files with 3 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue