Skip to content

Background color of LSP messages #770

Answered by robinsonrc
robinsonrc asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah - apologies, it turns out this may be largely unrelated to catppuccin; I solved my issue by configuring fidget as follows:

{
'j-hui/fidget.nvim',
opts = { notification = { window = { winblend = 0 } } },
},

I suspect there might be a way to get the theme integration to do something similar for me, but for whatever reason I wasn't able to. I was attempting the following:

require('catppuccin').setup {
  transparent_background = true,
  show_end_of_buffer = true,
  integrations = {
    fidget = true,
  },
}

But the integration was having no effect. No doubt I was doing something wrong! Either way I'm happy enough to be able to configure this via fidget itself.

(Thanks for reading if yo…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by robinsonrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant