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
|
||||
end
|
||||
|
||||
|
||||
local catppuccin = require("catppuccin")
|
||||
|
||||
return {
|
||||
snippet = {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,11 @@ return {
|
|||
end,
|
||||
opts = {
|
||||
transparent_background = true,
|
||||
custom_highlights = function(colors)
|
||||
return {
|
||||
Pmenu = { bg = colors.base },
|
||||
}
|
||||
end,
|
||||
integrations = {
|
||||
cmp = true,
|
||||
noice = true,
|
||||
|
|
|
|||
|
|
@ -19,13 +19,13 @@ return {
|
|||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { sources.mode },
|
||||
lualine_b = { sources.branch, sources.diff },
|
||||
lualine_c = { sources.filetype, sources.macro },
|
||||
lualine_x = { sources.lsp, sources.diagnostics },
|
||||
lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
||||
lualine_z = { sources.progress, sources.location },
|
||||
},
|
||||
-- sections = {
|
||||
-- lualine_a = { sources.mode },
|
||||
-- lualine_b = { sources.branch, sources.diff },
|
||||
-- lualine_c = { sources.filetype, sources.macro },
|
||||
-- lualine_x = { sources.lsp, sources.diagnostics },
|
||||
-- lualine_y = { sources.indentation, sources.encoding, sources.fileformat },
|
||||
-- lualine_z = { sources.progress, sources.location },
|
||||
-- },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue