plugins/catppuccin: disable transparency and enable integrations
This commit is contained in:
parent
a6954a76c8
commit
edfedf2f2f
@ -18,7 +18,6 @@ local catppuccin_spec = {
|
|||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require("catppuccin").setup({
|
require("catppuccin").setup({
|
||||||
transparent_background = true,
|
|
||||||
custom_highlights = function(colors)
|
custom_highlights = function(colors)
|
||||||
return {
|
return {
|
||||||
Folded = { bg = colors.none },
|
Folded = { bg = colors.none },
|
||||||
@ -26,7 +25,11 @@ local catppuccin_spec = {
|
|||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
integrations = {
|
integrations = {
|
||||||
notify = true,
|
mason = true,
|
||||||
|
noice = true,
|
||||||
|
harpoon = true,
|
||||||
|
lsp_trouble = true,
|
||||||
|
which_key = true,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user