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 Util = require("lazyvim.util")
|
||||||
local colors = {
|
local colors = {
|
||||||
ok = Util.fg("Special"),
|
ok = Util.ui.fg("Special"),
|
||||||
error = Util.fg("DiagnosticError"),
|
error = Util.ui.fg("DiagnosticError"),
|
||||||
pending = Util.fg("DiagnosticWarn"),
|
pending = Util.ui.fg("DiagnosticWarn"),
|
||||||
}
|
}
|
||||||
table.insert(opts.sections.lualine_x, 3, {
|
table.insert(opts.sections.lualine_x, 3, {
|
||||||
function()
|
function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue