enable color for copilot lualine
This commit is contained in:
parent
03701f3616
commit
19567ee2b5
@ -49,7 +49,7 @@ return {
|
||||
end
|
||||
end
|
||||
|
||||
require('lualine').setup({
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = "catppuccin",
|
||||
@ -89,7 +89,7 @@ return {
|
||||
spinners = "dots", -- has some premade spinners
|
||||
spinner_color = "#6272A4",
|
||||
},
|
||||
show_colors = false,
|
||||
show_colors = true,
|
||||
show_loading = true,
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user