Skip to content

Commit

Permalink
feat(copilot): better copilot status colors for lualine
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Apr 21, 2023
1 parent 14e708a commit 1274310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lazyvim/plugins/extras/coding/copilot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1274310

Please sign in to comment.