451 current 2024-04-21 18:58:09 24.05.20240421.a8a8401 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-21 18:58:12 -04:00
parent 85a38512a6
commit edece30cf5
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
3 changed files with 14 additions and 9 deletions

View file

@ -92,7 +92,7 @@ return {
return return
end end
local catppuccin = require("catppuccin")
return { return {
snippet = { snippet = {

View file

@ -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,

View file

@ -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 },
}, -- },
}, },
} }