How to theme nvimBufferline with Catppuccin #311
-
According to https://github.com/catppuccin/nvim#integrations, I need to configure the use "akinsho/bufferline.nvim" {
after = "catppuccin",
config = function()
require("bufferline").setup {
highlights = require("catppuccin.groups.integrations.bufferline").get()
}
end
} I can't figure out a way to do this with the available configuration options. |
Beta Was this translation helpful? Give feedback.
Answered by
horriblename
Jun 24, 2024
Replies: 1 comment 3 replies
-
I don't think it's possible right now, you'll have to wait for #305 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
uncenter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think it's possible right now, you'll have to wait for #305