mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(copilot): better copilot status colors for lualine
This commit is contained in:
parent
14e708a246
commit
1274310e6d
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ return {
|
|||
local colors = {
|
||||
[""] = Util.fg("Special"),
|
||||
["Normal"] = Util.fg("Special"),
|
||||
["Warning"] = Util.fg("DiagnosticWarn"),
|
||||
["InProgress"] = Util.fg("DiagnosticInfo"),
|
||||
["Warning"] = Util.fg("DiagnosticError"),
|
||||
["InProgress"] = Util.fg("DiagnosticWarn"),
|
||||
}
|
||||
table.insert(opts.sections.lualine_x, 2, {
|
||||
function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue