451 current 2024-04-21 18:58:09 24.05.20240421.a8a8401 6.8.6-zen1 *
This commit is contained in:
parent
85a38512a6
commit
edece30cf5
3 changed files with 14 additions and 9 deletions
|
|
@ -92,7 +92,7 @@ return {
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local catppuccin = require("catppuccin")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
snippet = {
|
snippet = {
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,11 @@ return {
|
||||||
end,
|
end,
|
||||||
opts = {
|
opts = {
|
||||||
transparent_background = true,
|
transparent_background = true,
|
||||||
|
custom_highlights = function(colors)
|
||||||
|
return {
|
||||||
|
Pmenu = { bg = colors.base },
|
||||||
|
}
|
||||||
|
end,
|
||||||
integrations = {
|
integrations = {
|
||||||
cmp = true,
|
cmp = true,
|
||||||
noice = true,
|
noice = true,
|
||||||
|
|
|
||||||
|
|
@ -19,13 +19,13 @@ return {
|
||||||
component_separators = { left = "", right = "" },
|
component_separators = { left = "", right = "" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
sections = {
|
-- sections = {
|
||||||
lualine_a = { sources.mode },
|
-- lualine_a = { sources.mode },
|
||||||
lualine_b = { sources.branch, sources.diff },
|
-- lualine_b = { sources.branch, sources.diff },
|
||||||
lualine_c = { sources.filetype, sources.macro },
|
-- lualine_c = { sources.filetype, sources.macro },
|
||||||
lualine_x = { sources.lsp, sources.diagnostics },
|
-- lualine_x = { sources.lsp, sources.diagnostics },
|
||||||
lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
-- lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
||||||
lualine_z = { sources.progress, sources.location },
|
-- lualine_z = { sources.progress, sources.location },
|
||||||
},
|
-- },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue